Sora2(Asynchronous request)
Latest video generation model from OpenAI: Sora-2
Request
Body Params application/json
{
"model": "sora-2",
"orientation": "portrait",
"prompt": "@sama Salute in front of Tiananmen and say: Happy Birthday, Motherland."
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/sora/v2/video' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora-2",
"orientation": "portrait",
"prompt": "@sama Salute in front of Tiananmen and say: Happy Birthday, Motherland."
}'
Responses
application/json {
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Modified at 2025-10-02 04:31:30