Video generation API in the official Jimeng API format.Supports specifying the operation type via the Action parameter:
CVSync2AsyncSubmitTask: submit a video generation task
CVSync2AsyncGetResult: get the task result
Action and Version must be specified in query parameters.
Request
Authorization
or
Query Params
Body Params application/json
Example
{"req_key":"jimeng_video_generation","prompt":"A cat plays the piano"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://moteapi.com/jimeng/?Action=undefined&Version=2022-08-31' \
--header'Content-Type: application/json' \
--data'{
"req_key": "jimeng_video_generation",
"prompt": "A cat plays the piano"
}'