Moorcheh integration (AI, Data). Imported from open-connector.
https://api.moorcheh.ai/v1/namespaces
| Param | Type | Required | Description |
|---|---|---|---|
| namespace_name | string | required | The Moorcheh namespace name containing only letters, numbers, hyphens, or under… |
/namespaces
/namespaces/{namespace_name}/documents
| Param | Type | Required | Description |
|---|---|---|---|
| namespace_name | string | required | The Moorcheh namespace name containing only letters, numbers, hyphens, or under… |
| documents | array | required | Text documents to upload. |
/namespaces/{namespace_name}/documents/get
| Param | Type | Required | Description |
|---|---|---|---|
| namespace_name | string | required | The Moorcheh namespace name containing only letters, numbers, hyphens, or under… |
| ids | array | required | Document identifiers to process. |
/namespaces/{namespace_name}/documents/fetch-text-data
| Param | Type | Required | Description |
|---|---|---|---|
| namespace_name | string | required | The Moorcheh namespace name containing only letters, numbers, hyphens, or under… |
| limit | integer | optional | The maximum number of items to return, up to 100. |
| next_token | string | optional | The opaque cursor returned by the previous page. |
/namespaces/{namespace_name}/documents/delete
| Param | Type | Required | Description |
|---|---|---|---|
| namespace_name | string | required | The Moorcheh namespace name containing only letters, numbers, hyphens, or under… |
| ids | array | required | Document identifiers to delete. |
/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The semantic text query, optionally ending with Moorcheh filters. |
| namespaces | array | required | Text namespace names to search. |
| top_k | integer | optional | The maximum number of relevant chunks to return. |
| kiosk_mode | boolean | optional | Whether to filter results below a relevance threshold. |
| threshold | number | optional | The minimum relevance score when kiosk_mode is enabled. |