Feel free to reach techsupport@surepass.io for any technical support or guidance.
Authorization
header as Bearer TOKEN
.https://sandbox.surepass.io
https://kyc-api.surepass.io
Header | Required | Description |
---|---|---|
Authorization | Yes | JWT Bearer token for authentication. Format: Bearer <your_token> |
Content-Type | Yes | Set to application/json |
Parameter | Type | Description |
---|---|---|
recipe_id | String | Recipe ID |
keys | Object | Keys |
description | String | Description |
model | String | Model |
name | String | Name |
created_at | String | Created At (YYYY-MM-DD format) |
tag | String | Recipe Tag |
preference_type | String | Preference Type (optional) |
pages | Array | List of page numbers |
use_pdf | Boolean | Use PDF |
doc_url | String | Document URL |
{
"data": [
{
"recipe_id": "recipe_fxwFeYqwpVzjunaDbAEM",
"keys": {
"name": "str",
"member_id": "int",
"phone": "str",
"address": "str"
},
"description": "The image displays a student ID card from the Ingoude Academy. It includes details like name, member ID, phone number, and address.",
"model": null,
"name": "Student ID Card Details",
"created_at": "2025-05-14",
"tag": "general",
"preference_type": "latency",
"pages": [],
"use_pdf": false,
"doc_url": null
},
{
"recipe_id": "recipe_fxwFeYqwpVzjugfyfgg",
"keys": {
"name": "str",
"member_id": "int",
"phone": "str",
"address": "str"
},
"description": "The image displays a student ID card from the Ingoude Academy. It includes details like name, member ID, phone number, and address.",
"model": null,
"name": "Student ID Card Details",
"created_at": "2025-05-14",
"tag": "general",
"preference_type": "latency",
"pages": [],
"use_pdf": false,
"doc_url": null
}
],
"status_code": 200,
"message_code": "success",
"message": "Success",
"success": true
}
{
"status_code": 401,
"message_code": "unauthorized",
"message": "Invalid or expired token",
"success": false
}
curl --location --request GET 'https://kyc-api.surepass.app/api/v1/ai-playground/list-recipe' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"recipe_id": "recipe_fxwFeYqwpVzjunaDbAEM",
"keys": {
"name": "str",
"member_id": "int",
"phone": "str",
"address": "str"
},
"description": "The image displays a student ID card from the Ingoude Academy. It includes details like name, member ID, phone number, and address.",
"model": null,
"name": "Student ID Card Details",
"created_at": "2025-05-14",
"tag": "general",
"preference_type": "latency",
"pages": [],
"use_pdf": false,
"doc_url": null
},
{
"recipe_id": "recipe_fxwFeYqwpVzjugfyfgg",
"keys": {
"name": "str",
"member_id": "int",
"phone": "str",
"address": "str"
},
"description": "The image displays a student ID card from the Ingoude Academy. It includes details like name, member ID, phone number, and address.",
"model": null,
"name": "Student ID Card Details",
"created_at": "2025-05-14",
"tag": "general",
"preference_type": "latency",
"pages": [],
"use_pdf": false,
"doc_url": null
}
],
"status_code": 200,
"message_code": "success",
"message": "Success",
"success": true
}