Use the Forms API to parse PDFs, fill forms from natural-language instructions, and download completed documents.Documentation Index
Fetch the complete documentation index at: https://docs.sylvian.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.