Understanding PlayAI API rate limits and quotas
Endpoint | Rate Limit |
---|---|
POST /api/v1/agents | 20 requests/min |
PATCH /api/v1/agents/:agentId | 20 requests/min |
GET /api/v1/agents/:agentId | 60 requests/min |
GET /api/v1/agent-stats/:agentId | 60 requests/min |
429 - Too Many Requests
HTTP status
code. This response indicates that the request quota for the current minute has been exceeded. You can resume sending
requests after the minute has elapsed, at which point the rate limit counter resets.