Iiif: Validate Manifest
Iiif via Parse · developer_tools
Validate a IIIF manifest against the official IIIF Presentation API Validator service. Returns a validation status (okay=1 for valid, okay=0 for invalid), any warning messages, and detailed error information. Uses the presentation-validator.iiif.io service. Interact with the International Image Interoperability Framework (IIIF) ecosystem: fetch and parse manifests, normalize metadata, validate against the IIIF Presentation API spec, and discover community events, news, and cookbook recipes. Fulfilled by Parse from iiif.io.
- developer-tools
- education
- iiif
- iiif-io
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3f99f0f1-1d32-49cb-a9d7-962e6e9ba27c/validate_manifest
- Interface artifact
- sha256:01f8873af245f20a9ef1858285d2da10803190a68b0d781e9ab07e361a0cbcbd
- Manifest digest
- sha256:982b1254ab2916be0ee3ad5af7014ab54f96018e3151db2728aef28bd32e28de
Request fields
- url (string, required): The URL of the IIIF manifest to validate.: Allowed values: https://iiif.io/api/cookbook/recipe/0009-book-1/manifest.json, https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json
- version (string): The Presentation API version to validate against (e.g. 2.1, 3.0).: Allowed values: 3.0, 2.1
Example queries
- {"url":"https://iiif.io/api/cookbook/recipe/0009-book-1/manifest.json","version":"3.0"}