Retrieve Document Content

Returns the content of the a document.

End-point

GET /files

Query String Parameters

FieldDescription

url

Full path of the document to retrieve.

Possible Responses Statuses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

The content of the response is the binary content of the document. The Content-Type of the response is "application/octet-stream".

When the document is an image, it returns the binary content for the default format of the image, as specified in the image metadata.