Skip to main content
FAQs are simple title/content entries the agent can quote. Wrapped by the Python SDK and Node SDK.

Endpoints at a glance

Reference

GET /api/v1/faqs

List FAQs Responses Example

POST /api/v1/faqs

Create an FAQ Request body (application/json) Schema: handlers.FAQ. Server-set fields (id, created_at, updated_at, …) are ignored if supplied; only the user-settable fields are shown below. Responses Example

GET /api/v1/faqs/{id}

Get a single FAQ Parameters Responses Example

PUT /api/v1/faqs/{id}

Update an FAQ Parameters Request body (application/json) Schema: handlers.FAQ. Server-set fields (id, created_at, updated_at, …) are ignored if supplied; only the user-settable fields are shown below. Responses Example

DELETE /api/v1/faqs/{id}

Delete an FAQ Default FAQs cannot be deleted. Parameters Responses Example