The TAMTAM API is rate-limited per API key.
Limit
10 requests per second per API key across all endpoints.
Exceeding the limit
When you exceed the limit, the API returns 429 Too Many Requests:
Implement exponential backoff with jitter when retrying after a 429. Start at 1 second and double on each retry, up to a reasonable maximum.
Need a higher limit?
Contact your TAMTAM account manager.