# API

The CallFast API can be used to create leads in your account and to get completed lead data from your account.

## Documentation

For full API documentation including example calls and responses please view our API documentation here: <https://documenter.getpostman.com/view/38618815/2sAXqy1ybb>

## Authorization token

We use a Bearer token for authorization of the CallFast API.

To get your auth token navigate to Integrations and you'll see a box like the below:

<figure><img src="/files/eerH0WxPGYs8dhcpOAnI" alt="" width="463"><figcaption></figcaption></figure>

Enter the password you use to access your account and click on the "Generate New API Token" button. You'll then be given a token to use along with your API calls.

## Support

If you need help with the API then please contact our support team at <support@callfa.st>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.callfa.st/getting-started/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
