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:
API keys belong to individual users, but access is environment-scoped. This means that multiple accounts under the same environment share access to the same resources, but have their own API keys.
HTTP Header: Token Authorization
All requests must be authenticated by providing your Recall API key in the HTTP Authorization header:
Authorization: $RECALLAI_API_KEYUnauthenticated requests will receive a 401 error: 401: Unauthorized.
The
Tokenprefix is optional, and can be safely omitted.