POST
/
v1
/
tools
/
pdf-parser
/
{file_id}
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.

Path Parameters

file_id
string
required

The unique identifier of the file.

Body

application/json

Response

200 - application/json

The response is of type object.