API reference
View endpoints, authentication, examples, and the full API workflow.
Quick start
- Parse a PDF:
POST /parsewith your file - Poll until ready:
GET /parse/{job_id} - Fill from a prompt:
POST /fillwithfile_idand instructions - Poll fill status:
GET /fill/{job_id} - Download the result from the returned
download_url
Base URL
https://api.sylvian.ai
Authentication
Use an API key in theX-API-Key header. Create keys in your Sylvian dashboard.