Remix Video

1. Overview

Use this API to create a video editing task.

Before making the request, you must first call the video generation API to obtain the video_id, and then include it as a URL parameter when initiating this request.

2. Request Description

  • Request method: POST

  • Request address: https://gateway.theturbo.ai/v1/videos/{video_id}/remix

3. Input Parameters

3.1 Header Parameters

Parameter Name
Type
Required
Description
Example Value

Content-Type

string

Yes

Set the request header type, which must be multipart/form-data

multipart/form-data; boundary=------------------------y0QNRDhXQUE3yHQi7DEbLz

Authorization

string

Yes

API_KEY required for authentication. Format: Bearer $YOUR_API_KEY

Bearer $YOUR_API_KEY

3.2 Body Parameters (application/json)

Parameter Name
Type
Required
Description
Example (Default Value)

video_id

string

Yes

Append to the URL as a parameter. Example: https://gateway.theturbo.ai/v1/videos/video_68f742df11b8819094cfb7c08788ed02/remix

video_68f742df11b8819094cfb7c08788ed02

prompt

string

Yes

The text used to generate video.

Extend the scene with the cat taking a bow to the cheering audience

4. Request Example

5. Response Example

Last updated