API Documentation
v1RESTful API for Business plan subscribers. Base URL: https://api.mediagrabpro.com/v1
Authentication
Include your API key in the request header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-X POST https://api.mediagrabpro.com/v1/analyze \
-d '{"url":"https://youtube.com/watch?v=..."}'Endpoints
POST
/api/v1/analyzeAnalyze a URL and return available formatsBusinessPOST
/api/v1/downloadTrigger a download and get signed URLBusinessPOST
/api/v1/thumbnailFetch thumbnails for a URLPro+POST
/api/v1/extract-framesExtract video framesBusinessPOST
/api/v1/extract-audioExtract audio from videoBusinessGET
/api/v1/downloadsList your download historyPro+