Skip to content

RAG chat with AI Search content

POST
/api/v3/organisations/{organisation}/projects/{project}/ai-search/chat
curl --request POST \
--url https://dashboard.quantcdn.io/api/v3/organisations/example/projects/example/ai-search/chat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "message": "example", "sessionId": "example", "contextUrl": "https://example.com", "maxContextChunks": 1 }'
organisation
required
string
project
required
string
Media typeapplication/json
object
message
required
string
sessionId
string
contextUrl
string format: uri
maxContextChunks
integer
<= 20
Examplegenerated
{
"message": "example",
"sessionId": "example",
"contextUrl": "https://example.com",
"maxContextChunks": 1
}

Chat reply