Authorization: Bearer ********************
{
"pikaffect": "Dissolve",
"promptText": "苹果蒸发",
"model": "1.5",
"options": {
"aspectRatio": 1.7777777777777777,
"frameRate": 24,
"camera": {},
"parameters": {
"guidanceScale": 12,
"motion": 1,
"negativePrompt": ""
},
"extend": false
}
}
curl --location --request POST 'https://api.gpt.ge/pika/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"pikaffect": "Dissolve",
"promptText": "苹果蒸发",
"model": "1.5",
"options": {
"aspectRatio": 1.7777777777777777,
"frameRate": 24,
"camera": {},
"parameters": {
"guidanceScale": 12,
"motion": 1,
"negativePrompt": ""
},
"extend": false
}
}'
{
"id": "c8091b7b-06df-48ed-8fe3-8ee8f1e367c2"
}