Skip to content

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).

MethodPathSummaryKey paramsResponse
GET/pages/{collection}/{libro}/{page}/exportExport a single page’s transcription in TSDO / ALTO / PAGE / hOCRcollection (path:string)
libro (path:integer)
page (path:integer)
(no body)

Export a page as ALTO XML

Terminal window
curl -H "X-API-Key: $API_KEY" \
"$ARCHAIC/pages/dipucoru/1/0042/export?format=alto"