Skip to main content
POST
Fetch Video

Authorizations

AccessKey
string
header
required

AccessKey based authentication

Path Parameters

libraryId
integer<int64>
required

The ID of the video library.

Query Parameters

collectionId
string | null

(Optional) The ID of the collection to put the created video in.

thumbnailTime
integer<int32> | null

(Optional) Video time in ms to extract the main video thumbnail.

Body

application/json
url
string
required

The URL from which the video will be fetched from.

Minimum string length: 1
headers
object | null

The headers that will be sent along with the fetch request.

title
string | null

The title that will be set to video. If omitted, the filename from the fetch URL is used instead, falling back to "Fetched Video" if that can't be determined.

Response

The video was successfully fetched

success
boolean

Determines if the request was successful

message
string | null

Human-readable message describing the result, typically populated with error details when Success is false.

statusCode
integer<int32>

The HTTP status code corresponding to the result of the request.

Last modified on September 10, 2026