POST
/
jimeng
curl --request POST \
  --url https://infistar.ai/jimeng \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "req_key": "jimeng_vgfm_t2v_l20",
  "prompt": "一只穿着宇航服的猫咪在月球上行走"
}
'

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
Available options:
CVSync2AsyncSubmitTask,
CVSync2AsyncGetResult
Version
string
required
Example:

"v1"

Response

200

成功