Skip to main content
All requests to the TAMTAM API are authenticated with an account API key passed in the Authorization header.

Get an API key

API keys are issued per account. Contact your TAMTAM administrator to obtain one.
Treat your API key like a password. Never commit it to source control or expose it in client-side code.

Send the key

Pass the raw key in the Authorization header. Do not prefix it with Bearer.
curl https://api.tamtam.ai/api/v2/personas \
  -H "Authorization: YOUR_API_KEY"

Errors

StatusMeaning
401 UnauthorizedMissing or invalid API key
429 Too Many RequestsRate limit exceeded — see Rate limits