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=example_string" \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"
{
  "title": "example_string",
  "description": "example_string",
  "thumbnail": "example_string",
  "duration": 3.14
}
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
descriptionstring
thumbnailstring
durationnumber
Was this page helpful?
Built with Documentation.AI

Last updated today