{
"type": 0,
"prompt": "string",
"scale": "string",
"image": "string",
"style_id": [
0
],
"channel": "string"
}
curl --location --request POST '/api/video/generate' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"prompt": "string",
"scale": "string",
"image": "string",
"style_id": [
0
],
"channel": "string"
}'
{"code":1,"show":0,"msg":"","data":{"record_id":3}}