Docs
Auth

Auth for API

FFmpegAPI uses Basic Auth for API access. Which means you'll have to provide an Authorization header with every request you make. For auth, you'll have to use your account's 'Bearer Token' which can be found in your dashboard.

⚠️

Treat your API key as a password. Do not use the API directly in a client-side environment.

Headers

KeyValueHelp
AuthorizationBasic<space><Your Auth Key>required
ℹ️

Your dashboard already has the Authorization header value pre-filled. You can copy it from there.