api
api copied to clipboard
Source for API and model specifications documents (api and model)
There are two JSON examples in the 3.0.0 Presentation spec that look like: ``` "service": [ { "@id": "https://example.org/iiif/auth/login", "@type": "AuthCookieService1" } ] ``` They are missing the `profile` which,...
Clients like UV and Mirador may wish to support both Auth 1.0 and Auth 2.0 at the same time - there are extant Auth 1.0 servers out there. Implementation notes...
The [Image Information API](https://iiif.io/api/image/3.0/#5-image-information) surfaces several technical properties in the JSON response, particularly the width and height of the full image, but not the color mode (B&W, gray, color...) of...
Use case: * I have access-restricted IIIF-delivered resources that have an auth service associated with them * Which has associated content (e.g. OCR-generated text) that can presented as annos in...
E.g. for the `multi-part` Collection that wants to skip over the first Manifest of front matter or straight to a particular Canvas in one of the Manifests.
In the [Annotation Extensions document](https://iiif.io/api/annex/openannotation/) the selectors are in JSON-LD with their own properties, but those properties do not have a mapping in a context to predicate. Questions/Tasks: * One...
Preview: https://preview.iiif.io/api/table-services-extensions/registry/index.html update service names table to image 2 and 3 instead of 1 and 2 add Image API Selector to table
The spec states that “Clients should process the Annotation Pages and their items in the order given in the Canvas.” (https://iiif.io/api/presentation/3.0/#55-annotation-page). In the case of two or more images layered...
The v3 presentation spec [references](https://iiif.io/api/presentation/3.0/#service) the services registry documentation found at: https://github.com/IIIF/api/blob/main/source/api/registry/services/index.md#31-image-information The documentation on this page though is out of sync with the v3 presentation spec. For instance, the...