Faqs
Import live
Starts a live FAQ import: crawls the given URL in the background and inserts every found question/answer pair as a suggestion. Progress and found items stream to the calling user over the websocket.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/faqs/import_live
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_faq_import_live_input | Body |
Request body example
Response
Response body example
DTO_faq_import_live_input
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| url | String | Absolute http(s) URL of the FAQ to crawl |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 22, 2026 09:36