Skip to content

Create a character from an uploaded video

POST
/v1/videos/characters
  • Create a Sora character by uploading a video file
  • Request body is multipart/form-data; name and video are required
  • Source video works best at 2–4 seconds, 16:9 or 9:16, 720p–1080p
  • Official docs: Videos characters

Authorizations

bearer
Type
HTTP (bearer)

Request Body

multipart/form-data
object

Character name.

Maximum length: 80
Minimum length: 1

Video file used to create the character. Short clips of 2–4 seconds work best. Use 16:9 or 9:16 aspect ratio at 720p–1080p resolution. Results are best when the source matches the output aspect ratio. Mismatched ratios may stretch or distort the character. A single video may contain up to two characters.

Format"binary"

Responses

application/json
object

Playground

Authorization
Body

Samples