Query

Send a query to your chatbot to answer

Send a query to a chatbot to answer

POST https://api.sitespeak.ai/v1/{chatbot_id}/query

Queries your chatbot and returns the answer and URLs used to find the answer.

Path Parameters

Headers

Request Body

{
	"text": "The answer to your question...",
	"urls": ["https://example.com/1", "https://example.com/2"]
}

Last updated