cURL
curl --request GET \ --url https://api.treasuryprime.com/file/{id}/content \ --header 'Authorization: Basic <encoded-value>'
{ "content_hash": "<string>", "content_length": 123, "content_type": "<string>", "content_url": "<string>", "id": "<string>" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique identifier for object
The file
The response is of type object.
object