Get your API keys
Your API requests are authenticated using API keys. Any request that doesn’t include an API key will return an error. You can generate an API key from your Account page at any time.Make your first request
To make your first request, send an authenticated request to the/me endpoint. This will return your user account details.
Retrieve your user account details
GET
https://api.sitespeak.ai/v1/meRetrieves your user account details and validates that your token is active.Headers
| Name | Type | Description |
|---|---|---|
| Authorization* | String | Bearer |
Response
- 200 Success
- 401 Permission denied
API Reference
Dive into the specifics of each API endpoint by checking out our complete documentation:Chatbot
All methods associated with a chatbot
Conversation History
Retrieve conversation history from a chatbot
Updated Answers
Retrieve, create and delete updated answers
Leads
Retrieve leads captured by a chatbot
Suggested Messages
Retrieve the suggested messages for a chatbot
Query
Query a chatbot and get responses
Sources
Get the training sources for a chatbot
User
Methods associated with a user account