Authorization: Bearer ********************
{
"prompt": "往前走来,面带微笑",
"motion": "high",
"base64": "data:image/png;base64,xxx"
}
curl --location --request POST 'https://api2.aigcbest.top/mj/submit/video' \
--header 'Authorization;' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "往前走来,面带微笑",
"motion": "high",
"base64": "data:image/png;base64,xxx"
}'
{
"code": 0,
"description": "string",
"result": "string"
}