Generate
curl --location 'https://api.unifically.com/sora-2/generate' \
--header 'Authorization: Bearer KEY' \
--header 'Connection: keep-alive' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "dancing robot",
"aspect_ratio": "16:9",
"image_url": "urlhere"
"duration": 15
}'{
"code": 200,
"data": {
"task_id": "01k76zrfzfe8988e06b8pg3wen",
"output": {},
"error": {}
}
}Last updated