Tool API
Parse PDF
Parse PDF to other formats.
POST
/
v1
/
tools
/
pdf-parser
/
{file_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
file_id
string
requiredThe unique identifier of the file.
Body
application/json
format
enum<string>
requiredThe format into which the PDF content should be converted.
Available options:
text
, markdown
Response
200 - application/json
content
string
requiredThe extracted content from the PDF file, converted to the specified format.