API Reference
cURL
curl --location --request POST https://api.writer.com/v1/tools/pdf-parser/{file_id} \ --header "Authorization: Bearer <token>" \ --header "Content-Type: application/json" \ --data-raw '{"format":"text"}'
{ "content": "<string>" }
Parse PDF to other formats.
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the file.
The response is of type object.
object
Was this page helpful?