v1

latestOpenAPI 3.0.32026-07-2644164161.5 KB
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.