Sources
Retrieves the content of a Source.
The Source content can either be a plain text string or a document file.
GET
/
sources
/
{source_id}
/
content
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
source_id
string
requiredUnique identifier for a Source
that was uploaded to Totoy.
Maximum length:
29
Response
200 - application/pdf
The response is of type file
.