Skip to main content
POST
/
jimeng
Create Jimeng Video
curl --request POST \
  --url https://api.ldx.dev/jimeng \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "req_key": "jimeng_video_generation",
  "prompt": "A cat is playing the piano"
}
'
{
  "code": 123,
  "message": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.liandanxia.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

Action
enum<string>
required

API operation type

Available options:
CVSync2AsyncSubmitTask,
CVSync2AsyncGetResult
Version
string
required

API version

Body

application/json

Official Jimeng API request format

req_key
string

Request type identifier

prompt
string

Text prompt

binary_data_base64
string[]

Base64-encoded image data

Response

Request processed successfully

code
integer

Response code

message
string

Response message

data
object

Response data