Back

Able Style Fashion
Description
Able Style is a fashion assistant who will help you answer the question, 'What shall I wear today?'
Details
https://styledao-prod.web.app/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Able Style Fashion",
"name_for_model": "AbleStyle",
"description_for_human": "Able Style is a fashion assistant who will help you answer the question, 'What shall I wear today?'",
"description_for_model": "Able Style Fashion helps you decide what to wear. Able Style answers the question, 'What shall I wear?' and gives the user between 1 and 3 stylish outfit suggestions.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "88983c3db6f04829a0db83c2b6cab6a0"
}
},
"api": {
"type": "openapi",
"url": "https://styledao-prod.web.app/assets/openai/openai.yaml",
"is_user_authenticated": false
},
"logo_url": "https://styledao-prod.web.app/assets/img/icon/icon3-512-512.png",
"contact_email": "contact@able.style",
"legal_info_url": "https://able.style/#/terms"
}
https://styledao-prod.web.app/assets/openai/openai.yaml
openapi: 3.0.1
info:
title: Able Style Fashion
description: Able Style Fashion allows the user to get outfit suggestions based on the weather in order to decide what to wear.
version: 'v1'
servers:
- url: https://styledao-prod.web.app/api
paths:
/getOutfits:
get:
operationId: getOutfits
summary: Get between 1 and 3 outfit suggestions
parameters:
- in: query
name: menswearOrWomenswear
schema:
type: string
required: true
description: Whether the outfits should be 'menswear' or 'womenswear'. If there is no preference then use 'any'.
- in: query
name: temperature
schema:
type: string
required: true
description: Is it 'hot', 'warm', 'cool' or 'cold' where the user is. If there is no preference then use 'any'.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/getOutfitsResponse'
components:
schemas:
getOutfitsResponse:
type: array
items:
type: object
properties:
linkUrl:
type: string
description: The url of the page detailing the outfit. The page contains Open Graph metadata to enable rich previews.
imageUrl:
type: string
description: The url of the image of the outfit
items:
type: array
items:
type: object
properties:
name:
type: string
description: The name of the item.
description: The list of items in the outfit.
description: The list of outfits.
Discover other plugins from the personal category
Father's Day Deals
Ideas, recommendations, and deals for Father's Day gifts.
0 Comments

Giftwrap
Ask about gift ideas for any occasion and recipient. Get it wrapped and delivered, no address needed.
0 Comments

AI Gift Finder
Use the power of AI to find the perfect gift.
0 Comments

Diary
Kickstart your diary journey. Keeping a diary is designed to be effortless and beneficial.
0 Comments

Dream Reader
Read and decode your dreams and unveil your innermost thoughts and desires.
0 Comments