Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location '/v1/videos/characters' \
--header 'Authorization: Bearer <token>' \
--form 'name="可爱的小鱼"' \
--form 'video=@"C:\\Users\\Administrator\\Desktop\\下载.mp4"'
Responses
application/json
{
"id": "video_5c6a605a-30c0-4a6a-9dbd-d1d6cfdd9980",
"object": "video",
"model": "sora-2",
"status": "queued",
"progress": 0,
"created_at": 1761622232,
"seconds": "10",
"size": "1280x720"
}
Modified at 2026-03-30 11:39:32