Veo Extend API
POSThttps://api.acedata.cloud/veo/extend

Request Headers

acceptstring
The format of the response returned by the specified server should be set to `application/json`.
Please select
authorizationstring
Bearer token

Request Body

video_idstringRequired parameter
The previously generated video task ID. The input video itself can be the output of the `/veo/extend` call (supporting chained continuation), and it also accepts the output results of reshoot or object editing.
modelstringRequired parameter
Model for video continuation. Currently, it only supports the Veo 3.1 series (`veo31`, `veo31-fast`).
promptstring
Optional prompts for guiding the content generation of the video continuation.
callback_urlstring
The callback URL that will be called after the video continuation is completed.
asyncboolean
Whether to process in asynchronous mode. When set to `true`, the interface immediately returns `task_id`, without the need to provide `callback_url`, and then the result can be obtained by polling the corresponding task query interface; if `callback_url` is also provided, the result will be pushed to that callback address.
Please select

Response

Veo Video Generation
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.