{
"model": "sora-2",
"orientation": "portrait",
"prompt": "@sama 在天安门前敬礼,说:祖国生日快乐",
"images":[]
}
curl --location --request POST 'https://api.302.ai/sora/v2/video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"orientation": "portrait",
"prompt": "@sama 在天安门前敬礼,说:祖国生日快乐",
"images":[]
}'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}