cURL
curl --request GET \ --url https://api.example.com/v1/uploads/{id}/content \ --header 'Authorization: Bearer <token>'
{ "file_name": "<string>", "content": "aSDinaTvuI8gbWludGxpZnk=", "file_extension": "<string>", "document_type": "<string>" }
Get file content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File content