Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.77 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.77 KB

IIIF Image API

"The IIIF Image API specifies a web service that returns an image in response to a standard HTTP or HTTPS request. The URI can specify the region, size, rotation, quality characteristics and format of the requested image. A URI can also be constructed to request basic technical information about the image to support client applications. This API was conceived of to facilitate systematic reuse of image resources in digital image repositories maintained by cultural heritage organizations. It could be adopted by any image repository or service, and can be used to retrieve static images in response to a properly constructed URI." [IIIF Image API - Introduction]

Image API Image Information as Linked Data / RDF

The IIIF Image API specifies a JSON-LD document format for Image Information, called info.json. This document provides information required for a client to understand what image services are available for the given image. In addition to this technical metadata there may also be rights and licensing information. This is service/resource-based and not server-based: there is a separate info.json for every image.

All responses from the Image API other than the info.json are either image data or HTTP error codes.


| Index | Next: IIIF Presentation API |