/files - Retrieve document content

Returns the content of the a document.

End-point

GET /files

Query string parameters

FieldDescription

url

Full path of the document for retrieval

Possible response

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

Note:

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

Additional information

Note:

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