{
"pikaffect": "string",
"promptText": "string",
"model": "string",
"options": {
"aspectRatio": 0,
"frameRate": 0,
"camera": {},
"parameters": {
"guidanceScale": 0,
"motion": 0,
"negativePrompt": "string"
},
"extend": true
},
"image": "string",
"video": "string"
}
curl --location -g --request POST '{{BASE_URL}}/pika/generate' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pikaffect": "string",
"promptText": "string",
"model": "string",
"options": {
"aspectRatio": 0,
"frameRate": 0,
"camera": {},
"parameters": {
"guidanceScale": 0,
"motion": 0,
"negativePrompt": "string"
},
"extend": true
},
"image": "string",
"video": "string"
}'
{
"id": "c1d16f47-16c2-4798-8733-5ed9903885cc"
}