Pages API
Page-level read-only export. One endpoint, switched by ?format= query parameter. Supported today: tsdo (canonical JSON), alto (ALTO XML), page-xml (PRImA PAGE 2013-07-15), hocr. IIIF Presentation 3.0 Manifests are served from the IIIF tag (Phase 3 of the transcription-export spec).
| Method | Path | Summary | Key params | Response |
|---|---|---|---|---|
| GET | /pages/{collection}/{libro}/{page}/export | Export a single page’s transcription in TSDO / ALTO / PAGE / hOCR | collection (path:string)libro (path:integer)page (path:integer) | (no body) |
Examples
Section titled “Examples”Export a page as ALTO XML
curl -H "X-API-Key: $API_KEY" \ "$ARCHAIC/pages/dipucoru/1/0042/export?format=alto"