API Reference
cURL
curl --location --request GET https://api.writer.com/v1/files/{file_id}/download \ --header "Authorization: Bearer <token>"
"File contents"
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the file.
File download successful
The response is of type file.
file
Was this page helpful?