Skip to main content
POST
SkyReels Video Extension (Shot Switching)

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

SkyReels shot-switching video extension request.

prompt
string
required

Text description of the continuation (max 512 tokens).

Minimum string length: 1
Example:

"A man walks forward, leaning on a white cane"

prefix_video
string
required

Video to extend (mp4 URL).

Minimum string length: 1
Example:

"https://example.com/clip.mp4"

duration
integer
default:5

Seconds to append (2-5).

Required range: 2 <= x <= 5
Example:

5

cut_type
enum<string>
default:Auto

Transition type; Auto lets the model choose based on context.

Available options:
Auto,
Cut-In,
Cut-Out,
Shot/Reverse Shot,
Multi-Angle,
Cut Away
Example:

"Auto"

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.