This page will help you get started with Assistable.ai.

The Assistable.ai REST API allows users to deploy their assistants, both voice & chat, remotely by sending and receiving JSON.

Authentication to the Assistable.ai API is performed via HTTP Bearer Authentication. Provide your API Key in the Authorization request header with the Bearer authentication scheme.

curl -H "Authorization: Bearer API_KEY" https://assistable.ai/api/1.1/wf/...

To generate your dedicated API key:

  • Log into the Assistable.ai Admin Dashboard.
  • Navigate to Settings → Integrations → API KEYS → GENERATE KEY to generate a key.

Next, we will need our Assistant ID.

Each assistant carries its own distinct ID. To effectively use this, include the assistant ID within the body of your request.

After you've selected an assistant in the client portal, such as "Sales Development Rep", you'll notice the "ID" under the internal name located in the left corner of your screen. Click on the button and copy the assistant ID. This ID should be included as the 'model' parameter in the JSON body of your request for seamless operation.