Skip to main content
POST
Text/Image to Video
The prompt parameter is compatible with Midjourney’s format. Please refer to Midjourney’s official documentation for more details.

Pricing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Image to Video generation request body

prompt
string
required

Prompt for video generation. Must be between 1 and 8192 characters. Must start with an Image URL or Base64 encoded image string.

Required string length: 1 - 8192
video_type
integer
default:0

Video quality option provided by upstream service

0: 480p 1: 720p

Required range: 0 <= x <= 1

Response

202 - application/json

Task accepted and queued for processing

task_info
object
required