Skip to main content
POST
AI FAQ Search

AI FAQ Search

Submits a natural language question and returns an AI-generated response based on the location’s FAQ knowledge base. If a matching document was used, its ID and name are included in the response.

Authentication

No authentication required.

Request Body

query
string
required
The natural language question to search for.

Response

AiResponse
object
required
The AI-generated response.
AiResponse.r
string
required
The generated answer text.
AiResponse.UsedDocumentId
number
ID of the FAQ document used to generate the answer, if applicable.
AiResponse.UsedDocumentName
string
Name of the FAQ document used, if applicable.

Examples

Search FAQs

TypeScript Integration