Run a Quick App
POST
/v1/quickapps/{appId}/runs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.anakin.ai/v1/quickapps/1476/runs' \
--header 'X-Anakin-Api-Version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {
"Topic": "About Artificial Intelligence",
"Details": "Driving Customer Engagement"
},
"stream": true
}'
Response Response Example
200 - Non-streaming response - Success
{
"content": "Anakin.ai is a one-stop AI app platform that offers the ability to generate content, images, videos, and voice, as well as craft automated workflows, custom AI apps, and intelligent agents.",
"threadId": "NRwJqQ6yBE4vG9c4UwILV6N1VVsZppjA"
}
Request
Path Params
appId
string
required
Example:
1476
Header Params
X-Anakin-Api-Version
string
required
Default:
2024-05-06
Body Params application/json
Responses
Modified at 2024-07-26 03:44:39