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

string
required
The natural language question to search for.

Response

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

Examples

Search FAQs

TypeScript Integration