Quickstart

Get from a URL to structured media data in under a minute.

1. Get your API key

Sign in at platform.snapany.com and create an API key. New developers can claim 50 free credits in the console.

2. Make your first request

curl -X POST https://api.snapany.com/openapi/v1/extract/post \
  -H "Authorization: Bearer sk_snapany_xxx" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}'

3. Read the response

{
  "title": "...",
  "medias": [{ "media_type": "video", "resource_url": "https://..." }]
}

Responses contain business data only. Check your remaining credits anytime via GET/credits/balance (free) or in the Console.

Next steps

Quickstart — Social Media Video Download API - SnapAny API