Tools API

Parse PDF

Parse PDF to other formats.

post/v1/tools/pdf-parser/{file_id}

Path parameters

file_idstring required

The unique identifier of the file.

Request body

format'text' | 'markdown' required

The format into which the PDF content should be converted.

Response

contentstring required

The extracted content from the PDF file, converted to the specified format.

Changes

No recorded changes to this endpoint across all 1 revision of this API.