Import Video

Creates a new video processing job. Routes internally based on source_type to handle YouTube URLs, PandaVideo library videos, or uploaded files.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

The source of the video. Must be youtube, library or upload.

Allowed:
string

Required when source_type is youtube. The YouTube video URL.

string

Required when source_type is library. The PandaVideo library video ID.

string

Required when source_type is library. The pullzone name associated with the library video.

string

Required when source_type is upload. The S3 key of the previously uploaded video file (obtained from the upload endpoints).

number
required

Start time of the video segment to analyze, in seconds. Must be less than end_time.

number
required

End time of the video segment to analyze, in seconds. Must be greater than start_time.

user_context
object

Rendering context options including caption style, font, colors, and layout mode.

string
enum

Desired output aspect ratio.

Allowed:
string

Cookies for YouTube authentication (used when source_type is youtube and the video requires authentication).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json