curl --request POST \
--url https://api.jiekou.ai/v3/async/veo-3.1-reverse \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"size": "<string>",
"prompt": "<string>",
"seconds": 123,
"watermark": true,
"input_images": [
{}
]
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/veo-3.1-reverse \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"size": "<string>",
"prompt": "<string>",
"seconds": 123,
"watermark": true,
"input_images": [
{}
]
}
'{
"task_id": "<string>"
}Veo 3.1 视频生成与查询 APIDocumentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json