Help Center

PDF Extraction Template

PDF Extraction

The pdf_extraction template allows you to extract structured data from PDF files.

How It Works

  1. PDF files are uploaded via multipart upload
  2. The content is extracted and sent to the AI model
  3. The AI analyzes the document and returns the data in a structured format

Sending a Request

The request must be sent as multipart/form-data:

  • template: pdf_extraction
  • products: JSON string with the products array
  • pdf_files[]: One or more PDF files (max 20MB each)

Limits

  • Maximum file size: 20MB
  • Accepted format: PDF only
  • Files are temporarily saved in storage/pdf-extractions