Vocode · Rate Limits

Vocode Rate Limits

The hosted Vocode API authenticates with a Bearer API key and meters usage by monthly call minutes against a per-account plan limit (monthly_usage_limit_minutes), surfaced via GET /v1/usage. List endpoints are paginated (page / size). Vocode does not publish explicit per-endpoint request-per-minute throttles; the practical limiting factor on the hosted API is concurrent calls and the monthly call-minute allotment for the account plan. The open-source vocode-core library has no Vocode-imposed rate limits - it is bound only by the third-party STT / LLM / TTS / telephony providers you configure. Specific values are not reconciled in this artifact.

Vocode Rate Limits is the machine-readable rate-limit profile for Vocode on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring minutes, concurrent_calls, requests, and items.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled and validation.

Tagged areas include Voice AI, Voice Agents, Telephony, Conversational AI, and Phone Calls.

5 Limits Throttle: 429
Voice AIVoice AgentsTelephonyConversational AIPhone CallsRate LimitingQuotasThrottling

Limits

Monthly Call Minutes account
minutes
see plan (monthly_usage_limit_minutes via GET /v1/usage)
Per-account monthly call-minute allowance tied to plan_type; null on unlimited plans.
Concurrent Calls account
concurrent_calls
see provider documentation
Number of simultaneous live calls; varies by plan. Confirm with Vocode.
Requests Per Minute (RPM) account
requests
not published
No explicit per-endpoint RPM throttle is documented for the hosted REST API.
Pagination request
items
size (default 10)
List endpoints page via page and size query parameters.
Open Source Library deployment
requests
no Vocode-imposed limit
Self-hosted vocode-core is limited only by the underlying provider APIs you wire in.

Policies

Plan-Based Quotas
Call-minute allotments and concurrency scale with the account plan tier (free, developer, enterprise, unlimited).
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and honor any Retry-After header.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/vocode-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.