> ## Documentation Index
> Fetch the complete documentation index at: https://www.text.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# API pricing

> Learn how API usage is billed and how to track your request volume.

API calls are included in your [Text subscription](https://www.text.com/pricing/) and reset each billing cycle.

<CardGroup cols={2}>
  <Card title="Essential plan">Includes 10,000 API calls per month</Card>
  <Card title="Growth plan">Includes 20,000 API calls per month</Card>
</CardGroup>

If your integration exceeds your plan's included calls, you can purchase an additional 100,000 API calls for \$29.50. You can track the volume of your requests in the [Billing section](https://www.text.com/app/settings/billing/subscription).

## Common questions

#### Which APIs are billed?

All requests made to Text APIs and SDKs count toward your usage, including calls made with personal access tokens.

#### Do all of the APIs cost the same per request?

Yes, every request counts equally regardless of which API you call.

#### Can I set a request limit for my organization?

No, there's currently no option to set a limit on sent requests.

#### Do I also pay for failed requests?

All requests count toward your usage apart from those with a `500` response status.
