Veo Reshoot API
POSThttps://api.acedata.cloud/veo/reshoot

Request Headers

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

Request Body

video_idstringRequired parameter
The video task ID has been generated. Videos generated by `/veo/extend` cannot be used as source input.
motion_typestringRequired parameter
The type of camera movement applied when re-rendering the video. `STATIONARY*` indicates keeping the camera fixed (with optional translation / pitch / dolly zoom effects). `UP` / `DOWN` indicates vertical movement of the camera. `LEFT_TO_RIGHT` / `RIGHT_TO_LEFT` indicates horizontal panning of the camera. `FORWARD` / `BACKWARD` indicates the camera moving back and forth along the depth axis. `DOLLY_IN_ZOOM_OUT` / `DOLLY_OUT_ZOOM_IN` indicates the classic dolly zoom effect.
callback_urlstring
The callback URL that will be called after the re-shoot 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.