Docs
Rate Limits
Plans enforce requests per minute and monthly credits.
429 response
When the per-minute limit is exceeded, the API returns a stable error object.
{
"error": {"code": "rate_limit_exceeded", "message": "Too many requests. Please retry after 60 seconds."}
}