Skip to main content
POST
Reshoot video with different camera motion

Overview

Re-generate a video with a different camera motion type. This allows you to change how the camera moves in the video while keeping the same content.
Requires a valid videoId (mediaId) from a previously generated video.

Available Motion Types

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
videoId
string
required

Video ID (mediaId) from a previously generated video

Example:

"CAUSJD..."

motionType
enum<string>
required

Camera motion type for reshoot

Available options:
RESHOOT_MOTION_TYPE_STATIONARY_DOWN,
RESHOOT_MOTION_TYPE_STATIONARY_UP,
RESHOOT_MOTION_TYPE_STATIONARY_DOLLY_OUT_ZOOM_IN_LARGE,
RESHOOT_MOTION_TYPE_STATIONARY_DOLLY_IN_ZOOM_OUT,
RESHOOT_MOTION_TYPE_STATIONARY_RIGHT_LARGE,
RESHOOT_MOTION_TYPE_STATIONARY_LEFT_LARGE,
RESHOOT_MOTION_TYPE_STATIONARY,
RESHOOT_MOTION_TYPE_DOWN,
RESHOOT_MOTION_TYPE_UP,
RESHOOT_MOTION_TYPE_RIGHT_TO_LEFT,
RESHOOT_MOTION_TYPE_LEFT_TO_RIGHT,
RESHOOT_MOTION_TYPE_BACKWARD,
RESHOOT_MOTION_TYPE_FORWARD,
RESHOOT_MOTION_TYPE_DOLLY_IN_ZOOM_OUT,
RESHOOT_MOTION_TYPE_DOLLY_OUT_ZOOM_IN_LARGE
Example:

"RESHOOT_MOTION_TYPE_LEFT_TO_RIGHT"

Response

201 - application/json
taskId
string
required

task id, used to get task result later