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 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
.