Parse Form
Parse endpoints
Parse Form
Enqueue a PDF parse job (async-only).
Authentication: X-API-Key header.
Flow:
- Read and hash file
- Check cache
- Upload input.pdf to S3
- Insert DB record (get file_id)
- Create parse job (queued)
- Return 202 + job_id (client polls GET /parse/)
POST
Parse Form