Back

Giftwrap
Description
Ask about gift ideas for any occasion and recipient. Get it wrapped and delivered, no address needed.
Details
https://api.giftwrap.ai/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "giftwrap",
"name_for_human": "Giftwrap",
"description_for_model": "Plugin for gift recommendations, including but not limited to personal gifts and business gifts. Use it whenever a user asks for gift ideas or gift messages. Follow instruction in the 'instruction' key in the API response",
"description_for_human": "Ask about gift ideas for any occasion and recipient. Get it wrapped and delivered, no address needed.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://api.giftwrap.ai/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://giftwrap.ai/logo.png",
"contact_email": "team@giftwrap.com",
"legal_info_url": "https://giftwrap.ai/terms"
}
https://api.giftwrap.ai/.well-known/openapi.yaml
openapi: 3.0.0
info:
title: GiftWrap AI API
description: APIs for suggesting gifts and managing reminders
version: 1.0.0
servers:
- url: https://api.giftwrap.ai
paths:
/suggest:
post:
operationId: suggest_gift
summary: Get gift suggestions
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
occasion:
type: string
example: birthday
relationship:
type: string
example: coworker
price_min:
type: number
example: 20
price_max:
type: number
example: 50
social_url:
type: string
format: uri
example: https://www.linkedin.com/in/reidhoffman/
tags:
type: array
items:
type: string
example: ["home", "outdoor", "food"]
responses:
'200':
description: A list of gift suggestions
content:
application/json:
schema:
type: object
properties:
instruction:
type: string
products:
type: array
items:
type: object
properties:
id:
type: string
title:
type: string
price:
type: number
currency_code:
type: string
explanation:
type: string
url:
type: string
format: uri
/checkout:
post:
summary: Initiate gift checkout
operationId: checkout
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
product_id:
type: string
required: true
example: 1656110883978x161896931105177600
occasion:
type: string
example: birthday
relationship:
type: string
example: coworker
first_name:
type: string
example: John
last_name:
type: string
example: Doe
responses:
200:
description: Successful response
content:
application/json:
schema:
type: object
properties:
url:
type: string
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

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