SiteSpeakAI integration (AI, Communication). Imported from open-connector.
https://api.sitespeak.ai/me
/me/chatbots
/v1/{chatbot_id}/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| chatbot_id | string | required | The ID of your chatbot. |
| conversation_id | string | optional | Return only entries for this visitor conversation ID. |
| include_deleted | boolean | optional | Whether cleared conversation entries should be included. |
| include_sources | boolean | optional | Whether SiteSpeakAI should include source records for each conversation entry. |
| limit | integer | optional | The maximum number of conversation entries to return. |
| order | string | optional | The sort order for the returned conversation history. |
/{chatbot_id}/query
| Param | Type | Required | Description |
|---|---|---|---|
| chatbot_id | string | required | The ID of your chatbot. |
| prompt | string | required | The question or prompt to send to the chatbot. |
| conversation_id | string | optional | An optional identifier used to group messages into one chatbot conversation. |
| format | string | optional | The response format returned by SiteSpeakAI. |
/{chatbot_id}/finetunes
| Param | Type | Required | Description |
|---|---|---|---|
| chatbot_id | string | required | The ID of your chatbot. |
| question | string | optional | The question associated with the updated answer. |
| suggested_answer | string | optional | The custom answer SiteSpeakAI should return. |
/{chatbot_id}/finetunes/{finetune_id}
| Param | Type | Required | Description |
|---|---|---|---|
| chatbot_id | string | required | The ID of your chatbot. |
| finetune_id | string | required | The ID of the updated answer to delete. |