Essentials
Quickstart
Get started with Probe.dev API in under 5 minutes
Ready to get started? Sign up for free to get your API key and begin analyzing media files.
Minimal Request
The fastest way to get started is with a simple cURL request:
The response is standard JSON
identical to what a local ffprobe
run would return.
Authentication
Method | Example | Notes |
---|---|---|
Header (recommended) | Authorization: Bearer $PROBE_API_TOKEN | Keeps secrets out of URLs & logs |
Query string | ?token=$PROBE_API_TOKEN | Handy for quick cURL tests |
After signing up, you’ll see your PROBE_API_TOKEN
in your dashboard.
API Endpoint
We accept both GET and POST requests:
Method | Parameters in | Use when |
---|---|---|
GET | Query string | Small payloads, quick tests |
POST | Body (multipart/form-data ,application/x-www-form-urlencoded , or application/json ) | Large payloads or many options |
Provide the Media Asset
Specify a direct link to media file hosted on any webserver or within a publicly available S3 bucket. If you don’t have a media asset handy, check out our sample media library.
Alternative: Use with AI Assistants
Skip the manual API calls and integrate Probe.dev directly with your AI assistant: