/volc/api/v3 前缀下。/api/v3/contents/generations/tasks/volc/api/v3/contents/generations/tasks/api/v3/images/generations/volc/api/v3/images/generationsAuthorization: Bearer <ApiKey>。id,再通过查询接口获取最终状态与结果。response_format=url 时,返回的结果链接存在有效期,建议业务侧及时转存。| 能力名称 | 是否支持 | 参考文档 |
|---|---|---|
| 创建视频生成任务 API | ✔️ | https://www.volcengine.com/docs/82379/1520757?lang=zh |
| 查询视频生成任务 API | ✔️ | https://www.volcengine.com/docs/82379/1521309?lang=zh |
| 能力名称 | 是否支持 | 参考文档 |
|---|---|---|
| 图片生成 API | ✔️ | https://www.volcengine.com/docs/82379/1541523?lang=zh |
https://api.onelinkai.cloud 作为示例网关地址,实际调用时请替换为你的真实接入地址和有效的 ApiKey。POST https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasksPOST /volc/api/v3/contents/generations/tasksmodel、content、callback_url、return_last_frame、service_tier、resolution、ratio、duration 或 framesidGET https://ark.cn-beijing.volces.com/api/v3/contents/generations/tasks/{id}GET /volc/api/v3/contents/generations/tasks/{id}id、model、status、error、created_at、updated_at、content.video_urlreturn_last_frame=true,查询结果还可能返回 content.last_frame_urlPOST https://ark.cn-beijing.volces.com/api/v3/images/generationsPOST /volc/api/v3/images/generationsmodel、prompt、image、size、response_format、watermarkmodel、created、data、usage、errorresponse_format=url 时,结果通常位于 data[].url;当 response_format=b64_json 时,结果通常位于 data[].b64_jsonresponse_format=url,建议在业务侧尽快下载或转存生成结果。