Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Use your APIPod API key as a Bearer token in the Authorization header.

Body

application/json
model
string
required

Public APIPod model ID.

Allowed value: "sora-2-vip"
prompt
string
required

Describe the content of the video to be generated.

Maximum string length: 4000
image_url
string

URL of the image to use as the first frame. Please do not upload real portrait images, as this will most likely result in failure. The image format must be consistent with the ratio, and only 1280×720 (16:9 landscape) and 720×1280 (9:16 portrait) are supported.

duration
enum<integer>
default:8

The video durations

Available options:
8,
12
aspect_ratio
enum<string>
default:9:16

This parameter defines the aspect ratio of the video.

Available options:
9:16,
16:9

Response

200 - application/json

Task accepted

Standard response for task submission

code
integer
required
data
Task Submit Data · object
required

Data content for task submission

message
string
required