Authorization: Bearer ********************{
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2-all",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration": 15,
"watermark": "false"
}curl --location --request POST 'https://interface.chatgptten.com/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"model": "sora-2-all",
"orientation": "portrait",
"prompt": "make animate",
"size": "large",
"duration": 15,
"watermark": "false"
}'{
"id": "sora-2:task_01k6x15vhrff09dkkqjrzwhm60",
"status": "pending",
"status_update_time": 1759763427208
}