Skip to main content
POST
Get Metadata

Overview

Extract metadata (title, duration, thumbnail, etc.) from a video URL without actually downloading the video. Useful for preview, validation, or getting video information before creating a download job.

Header Parameters

string
required
Your API key for authentication

Request

string
required
The video URL to extract metadata from

Response

string
Video title
number
Video duration in seconds
integer
Video width in pixels
integer
Video height in pixels
string
Platform name (e.g., “YouTube”, “Vimeo”)
string
Channel or uploader name
string
URL to the video thumbnail
string
Video description
integer
Number of views
integer
Number of likes
string
Upload date in YYYYMMDD format
integer
Approximate file size in bytes

Examples

Success Response

Error Responses

Use Cases

Preview Before Download

Get video information before creating a download job to show users what they’re about to download.

Validate URLs

Check if a URL is valid and supported before adding it to a batch.

Get Thumbnail

Extract the thumbnail URL to display in your UI without downloading the full video.

Estimate Storage

Use filesize_approx to estimate storage requirements before downloading.