https://gift.pluginbuilders.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "AI Gift Finder",
"name_for_model": "findagift",
"description_for_human": "Use the power of AI to find the perfect gift.",
"description_for_model": "API for finding the perfect gift. There are two endpoints in this API that you will call, GiftInterview and search. Upon asking for gift or product or shopping recommendations, GiftInterview will inject a prompt to better aid the user in narrowing down his or her options. Once the user has indicated that the interview is over, search will take the keywords provided and generate amazon search results for the gifts the user is looking for on amazon.com.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://gift.pluginbuilders.repl.co/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://gift.pluginbuilders.repl.co/logo.png",
"contact_email": "info@@eAIBusinessSolutions.AI",
"legal_info_url": "https://gift.pluginbuilders.repl.co/legal"
}
https://gift.pluginbuilders.repl.co/openapi.yaml
components:
schemas:
HTTPValidationError:
properties:
detail:
items:
$ref: '#/components/schemas/ValidationError'
title: Detail
type: array
title: HTTPValidationError
type: object
SearchTerm:
properties:
search_terms:
items:
type: string
title: Search Terms
type: array
required:
- search_terms
title: SearchTerm
type: object
ValidationError:
properties:
loc:
items:
anyOf:
- type: string
- type: integer
title: Location
type: array
msg:
title: Message
type: string
type:
title: Error Type
type: string
required:
- loc
- msg
- type
title: ValidationError
type: object
info:
title: FastAPI
version: 0.1.0
openapi: 3.0.2
paths:
/GiftInterview:
get:
operationId: gift_interview_GiftInterview_get
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
summary: Gift Interview
/legal:
get:
operationId: read_root_legal_get
responses:
'200':
content:
text/html:
schema:
type: string
description: Successful Response
summary: Read Root
/logo.png:
get:
operationId: plugin_logo_logo_png_get
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
summary: Plugin Logo
/openapi.yaml:
get:
operationId: openapi_spec_openapi_yaml_get
responses:
'200':
content:
application/json:
schema: {}
description: Successful Response
summary: Openapi Spec
/search:
post:
operationId: generate_search_urls_search_post
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SearchTerm'
required: true
responses:
'201':
content:
application/json:
schema: {}
description: Successful Response
'422':
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPValidationError'
description: Validation Error
summary: Generate Search Urls
Discover other plugins from the personal category
Father's Day Deals
Ideas, recommendations, and deals for Father's Day gifts.
0 Comments

Able Style Fashion
Able Style is a fashion assistant who will help you answer the question, 'What shall I wear today?'
0 Comments

Giftwrap
Ask about gift ideas for any occasion and recipient. Get it wrapped and delivered, no address needed.
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