Authentication

Start making requests to the Recall API.

API Keys

API keys are used to authenticate to the Recall.ai platform.

You can create and manage your API keys in the Recall dashboard

HTTP Header: Token Authorization

All requests must be authenticated via token in the HTTP Authorization header in the following format:

Authorization: Token {YOUR_API_KEY}

Where {YOUR_API_KEY} is your Recall API key.

Unauthenticated requests will receive a 401 error: 401: Unauthorized.