Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"model": "jimeng-video-3.0",
"prompt": "cat fish",
"aspect_ratio": "3:2",
"size": "720P",
"images": []
}
Request Code Samples
curl --location --request POST 'https://www.16api.com/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "jimeng-video-3.0",
"prompt": "cat fish",
"aspect_ratio": "3:2",
"size": "720P",
"images": []
}'
Responses
application/json {
"id": "veo3.1-components:1762241017-xTL0P9HvGF",
"status": "pending",
"status_update_time": 1762241017286
}
Modified at 2026-02-01 07:33:56