Docsumo integration (AI, Productivity, Data). Imported from open-connector.
https://app.docsumo.com/api/v1/eevee/apikey/limit/
/api/v1/eevee/apikey/upload/custom/
| Param | Type | Required | Description |
|---|---|---|---|
| docType | string | required | The Docsumo document type identifier to process the file with. |
| fileUrl | string | required | The public file URL that Docsumo should download and process. |
| userDocId | string | optional | An optional caller-defined document identifier for external tracking. |
| docMetaData | object | optional | Optional metadata that will be JSON-stringified and attached to the uploaded do… |
| reviewToken | boolean | optional | Whether Docsumo should return a temporary signed review URL for external review. |
| password | string | optional | The password for the source document when it is password-protected. |
/api/v1/eevee/apikey/documents/all/
| Param | Type | Required | Description |
|---|---|---|---|
| view | string | optional | How Docsumo should scope the listing: `files`, `folder`, or `all_files`. |
| folderId | string | optional | The folder identifier to list documents from when `view` is `folder`. |
| limit | integer | optional | The maximum number of documents to return. Official docs cap this at 20. |
| offset | integer | optional | The number of documents to skip before returning results. |
| docType | string | optional | The Docsumo document type identifier to filter by. |
| status | string | optional | The Docsumo processing status to filter by. |
| query | string | optional | A partial-match search query applied to document titles. |
| sortBy | string | optional | The sort order for document creation time. |
| createdDateGte | string | optional | A date string in YYYY-MM-DD format. |
| createdDateLte | string | optional | A date string in YYYY-MM-DD format. |
/api/v1/eevee/apikey/documents/detail/{docId}/
| Param | Type | Required | Description |
|---|---|---|---|
| docId | string | required | The Docsumo document identifier to retrieve. |
/api/v1/eevee/apikey/data/simplified/{docId}/
| Param | Type | Required | Description |
|---|---|---|---|
| docId | string | required | The Docsumo document identifier to retrieve extracted data for. |
/api/v1/mew/apikey/documents/summary/