FetchGet video metadata
Fetch

Get video metadata

Retrieves metadata for a video from a URL.

curl -X GET "https://api.fetchmedia.io/v1/fetch/metadata?url=https://www.youtube.com/watch?v=93npkPcQIzA" \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"
{
  "title": "Video Title",
  "description": "Video Description",
  "thumbnail": "https://example.com/thumbnail.jpg",
  "duration": 123.45
}
GET
/fetch/metadata
GET
Security Scheme
API Key (header: X-API-KEY)
X-API-KEYstring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

ApiKeyAuth
header
X-API-KEYstring
Required

API Key for authentication. Provide your API key in the header.

Query Parameters

Responses

titlestring

The title of the video.

descriptionstring

The description of the video.

thumbnailstring

The thumbnail of the video.

durationnumber

The duration of the video.

Was this page helpful?
Built with Documentation.AI

Last updated today