Skip to main content
POST
Create a video generation job

Authorizations

Authorization
string
header
required

Prism API key beginning with sk-prism-

Body

model
string
required
Required string length: 1 - 256
prompt
string
required
Required string length: 1 - 4000
imageUrl
string
Required string length: 1 - 4096
Pattern: ^https://.+
imageUrls
string[]
Required array length: 1 - 16 elements
Required string length: 1 - 4096
Pattern: ^https://.+
endImageUrl
string
Required string length: 1 - 4096
Pattern: ^https://.+
refVideoUrl
string
Required string length: 1 - 4096
Pattern: ^https://.+
refAudioUrl
string
Required string length: 1 - 4096
Pattern: ^https://.+
duration
number
resolution
string
Minimum string length: 1
aspectRatio
string
Minimum string length: 1
cameraFixed
boolean
generateAudio
boolean
promptExtend
boolean
watermark
boolean
seed
integer
Required range: -1 <= x <= 4294967295
size
string

Response

Created asynchronous video job.

The response is of type object.