Overview

The PDF Reader API transform data extraction from PDFs - handling text, tables, and metadata with high accuracy while maintains the original layout.

  • Extracts text, tables, and metadata
  • Supports all font types and complex layouts
  • Maintains original structure for accurate parsing
  • Works with scanned documents and digital PDFs

Great for

  • Data Analysis - Extract data from reports and forms
  • Automation - Process documents automatically
  • Contract Processing - Extract key information from legal documents
  • Report Generation - Pull data for automated reporting

Get Your API Key

How to generate API Key

Quick guide to generate your API key

Using the API

Once you have your API key, you can start extracting data from PDF files.

Check our API Reference for more details

Endpoint

POST
https://pdf-reader-api.starkai.io/pdf_magic_reader

Request Example (using CURL)

curl 
  --request POST  
  --url 'https://pdf-reader-api.starkai.io/pdf_magic_reader' 
  --header 'accept: application/json' 
  --header 'X-Api-Key: <api-key>'
  --header 'Content-Type: multipart/form-data' 
  --file 'file=string'