Presentation API Validator
89 |
90 | 91 |
94 | The Accept
header option tells the validator to use content negotiation
95 | to retrieve a manifest at a given URL. This may be used to retrieve manifests from service
96 | providers that support content negotiation for switching between IIIF versions.
97 |
99 | If you would like to use the validator programatically, there are two options: 100 |
101 |-
102 |
- Download the code from github and run it locally. 103 |
- Use it online with JSON based output, by an HTTP GET to this endpoint:
104 | http://iiif.io/api/presentation/validator/service/validate?version=2.1&url=manifest-url-here&accept=true|false 105 |
106 |