curl --request POST \
--url http://co-mind-platform-host/v1/document-analyzer/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Upload a document for analysis. Max file size 200MB. Timeout 300s.
curl --request POST \
--url http://co-mind-platform-host/v1/document-analyzer/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>The document file to upload
Document uploaded
The response is of type object.