cURL
curl --request POST \ --url https://pdf-reader-api.starkai.io/pdf_magic_reader \ --header 'Content-Type: multipart/form-data' \ --header 'X-Api-Key: <api-key>' \ --form file=@example-file
{ "status": true, "message": "PDF processed successfully", "data": { "markdown_content": "# Document Title\n\nThis is the extracted PDF content..." } }
Extract text, tables, and metadata from PDFs with Stark AIs API.
API Key for authentication
PDF file to extract content from
The body is of type object.
object
PDF content successfully extracted and converted to markdown
The response is of type object.
Was this page helpful?