cURL
curl --request GET \ --url https://api.totoy.ai/v1/sources/{source_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
The Source content can either be a plain text string or a document file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for a Source that was uploaded to Totoy.
Source
29
OK
The response is of type file.
file