Base URL
Use your deployed API host:https://api.sylvian.ai
Authentication
Protected endpoints require:X-API-Key: forms_sk_...
Core workflow
- Call
POST /parsewith a PDF file. - Poll
GET /parse/{job_id}untilstatus = succeeded. - Call
POST /fillwith the parsedfile_idand your prompt. - Poll
GET /fill/{job_id}untilstatus = succeeded. - Download from the returned
download_url.
Parse example
Fill example
Endpoints
OpenAPI-backed schemas from openapi.json keep request and response structures in sync with the live API.GET /POST /parseGET /parse/{job_id}POST /fillGET /fill/{job_id}GET /download/{token}