DocsBot AI integration (AI, Data). Imported from open-connector.
https://docsbot.ai/api/teams
/teams/{teamId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The DocsBot team ID. |
/teams/{teamId}/bots
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The DocsBot team ID. |
/teams/{teamId}/bots/{botId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The DocsBot team ID. |
| botId | string | required | The DocsBot bot ID. |
/teams/{teamId}/bots/{botId}/search
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The DocsBot team ID. |
| botId | string | required | The DocsBot bot ID. |
| query | string | required | The natural-language search query. |
| top_k | integer | optional | — |
| autocut | boolean | optional | Whether to apply autocut grouping, or the number of groups to return. |
| alpha | number | optional | — |
| use_glossary | boolean | optional | Whether DocsBot should apply bot glossary rewrites to the query. |
| tags | array | optional | — |
| include_untagged | boolean | optional | Whether untagged chunks should be included when tags are supplied. |