- Fundamentals
- Authentication
Authentication
How to authenticate your requests to the Very Good FFmpeg API.
All requests to the Very Good FFmpeg API must be authenticated using a Bearer token in the Authorization header.
You can manage your API keys from the API Keys section of your dashboard.
Header
Authorization: Bearer YOUR_API_KEYCurl Example
GET /api/jobs HTTP/1.1
Authorization: Bearer REPLACE_BEARER_TOKEN
Host: verygoodffmpeg.com