Skip to main content
POST
/
jimeng
Jimeng (Dreamina) Video Generation
curl --request POST \
  --url https://utoken-test.uuzu.com/jimeng/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "req_key": "<string>",
  "prompt": "<string>",
  "binary_data_base64": [
    "<string>"
  ]
}
'
{
  "code": 123,
  "message": "<string>",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.utoken.wgame-hk.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx

Query Parameters

Action
enum<string>
required

API operation type

Available options:
CVSync2AsyncSubmitTask,
CVSync2AsyncGetResult
Version
string
required

API version

Body

application/json

Jimeng official API request format

req_key
string

Request type identifier

prompt
string

Text description

binary_data_base64
string[]

Base64 encoded image data

Response

Success - Request processed

code
integer

Response code

message
string

Response message

data
object

Response data