The Talkturo API uses Bearer token authentication. Every request you send must include anDocumentation Index
Fetch the complete documentation index at: https://docs.talkturo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header with a valid token. You obtain this token from the Talkturo dashboard — no separate developer account or OAuth flow required.
Get your API token
Open your dashboard settings
Log in to your Talkturo account and click your account name in the top navigation bar, then select Settings.
Navigate to API Keys
In the settings sidebar, click API Keys. This page lists all active tokens for your account.
Authorize requests
Pass your token in theAuthorization header as a Bearer credential on every API request:
Example request
Example with a request body
Error responses
401 Unauthorized
You receive a401 response when the token is missing, malformed, or expired.
Authorization: Bearer <token> header and that the token value is correct. Tokens do not expire by default, but a token you revoked or one copied incorrectly will trigger this error.
403 Forbidden
You receive a403 response when your token is valid but you do not have permission to perform the requested action — for example, attempting to update an assistant that belongs to a different account.