← Tools Reference

Docsumo

Docsumo integration (AI, Productivity, Data). Imported from open-connector.

API key6 toolshttps://app.docsumo.com
GET
docsumo_get_account_info
Get Docsumo account details, monthly document quota usage, and the currently enabled document types.

/api/v1/eevee/apikey/limit/

POST
docsumo_upload_document_from_url
Upload one public file URL to Docsumo for a chosen document type and return the queued document metadata.

/api/v1/eevee/apikey/upload/custom/

6 parameters
ParamTypeRequiredDescription
docTypestringrequiredThe Docsumo document type identifier to process the file with.
fileUrlstringrequiredThe public file URL that Docsumo should download and process.
userDocIdstringoptionalAn optional caller-defined document identifier for external tracking.
docMetaDataobjectoptionalOptional metadata that will be JSON-stringified and attached to the uploaded do…
reviewTokenbooleanoptionalWhether Docsumo should return a temporary signed review URL for external review.
passwordstringoptionalThe password for the source document when it is password-protected.
GET
docsumo_list_documents
List Docsumo documents with optional folder, type, status, search, sorting, and created-date filters.

/api/v1/eevee/apikey/documents/all/

10 parameters
ParamTypeRequiredDescription
viewstringoptionalHow Docsumo should scope the listing: `files`, `folder`, or `all_files`.
folderIdstringoptionalThe folder identifier to list documents from when `view` is `folder`.
limitintegeroptionalThe maximum number of documents to return. Official docs cap this at 20.
offsetintegeroptionalThe number of documents to skip before returning results.
docTypestringoptionalThe Docsumo document type identifier to filter by.
statusstringoptionalThe Docsumo processing status to filter by.
querystringoptionalA partial-match search query applied to document titles.
sortBystringoptionalThe sort order for document creation time.
createdDateGtestringoptionalA date string in YYYY-MM-DD format.
createdDateLtestringoptionalA date string in YYYY-MM-DD format.
GET
docsumo_get_document_detail
Get Docsumo document detail metadata for one document, including page information and preview assets.

/api/v1/eevee/apikey/documents/detail/{docId}/

1 parameter
ParamTypeRequiredDescription
docIdstringrequiredThe Docsumo document identifier to retrieve.
GET
docsumo_get_extracted_data
Get the simplified extracted Docsumo data for one document and preserve the dynamic section and field structure.

/api/v1/eevee/apikey/data/simplified/{docId}/

1 parameter
ParamTypeRequiredDescription
docIdstringrequiredThe Docsumo document identifier to retrieve extracted data for.
GET
docsumo_get_documents_summary
Get the Docsumo documents summary grouped by document type, including disabled types and status counts.

/api/v1/mew/apikey/documents/summary/