v1

latestOpenAPI 3.0.02026-07-263365159.1 KB
Documents

Get a Signed Review URL for a Document

Generate a temporary, signed URL for reviewing a specific document. This URL can be shared with users who do not have a Docsumo account. You can get the doc_id from the 'List All Documents' endpoint.

get/api/v1/eevee/apikey/review-url/{doc_id}/

Path parameters

doc_idstring required

The unique identifier of the document.

Query parameters

signed_urlboolean

If true, the response will include a review URL with a signed token, making it shareable with external users for a limited time.

Headers

apikeystring required

Your personal API key for authentication.

Response

OK

errorstring

A message describing any errors encountered during the request.

error_codestring

A code representing the specific error encountered during the request.

statusstring

The status of the request.

status_codeinteger

The HTTP status code of the response.

Example response

{
  "data": {
    "review_url": "https://app.docsumo.com/review-document/abcefghijklmnopqrstuvwxyz012345?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
  },
  "status": "success",
  "status_code": 200
}