ApexDevelopers

Rate Limits

Understanding API rate limits and credit-based usage.

Credit System

Apex uses a credit-based system. Each reply consumes credits from your balance. Credits reset based on your subscription billing cycle.

PlanCredits/MonthRate (replies/hour)
Trial3010
Starter15010
Basic50010
Pro150015
Beast500020
BusinessCustomCustom

Reply Rate Limiting

The rate field on your user profile controls how many automated replies per hour Apex will post. This is separate from credit limits and applies to the automation engine.

API calls vs automation rate

API rate limits are separate from the automation reply rate. The automation rate controls how fast Apex posts replies on your behalf. API calls themselves are not rate-limited beyond credit consumption.

Insufficient Credits

When you run out of credits, reply endpoints return a 403 error:

{ "statusCode": 403, "message": "Insufficient credits" }

Checking Your Balance

Use the usage endpoint to check your remaining credits at any time: