v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Document Endpoints

document/[DocumentID]

To retrieve a document once it is uploaded, send a request to this endpoint. It will return the document URL so you can have direct access to it. Replace the {DocumentID} in the endpoint with the DocumentID returned from the document list endpoint or the one returned by the upload endpoint. The returned URL is valid for 60 mins.

get/document/[:DocumentID]

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Documentstring

URL of the requested document. It expires in 60 minutes. Do another request to get a new URL if necessary.