API Reference
Our API reference provides detailed information about the objects we return and the methods we expose.
DZI object
All content that's been successfully processed by Zoom.it has an
associated Deep Zoom Image. The info for this DZI is returned in a
dzi object.
Content object
All successful requests for content info return a content
object.
Response object
In the non-RESTful variant of the API, all API responses return a
response object that specifies what the RESTful status code
and response headers would have been.
GET content by ID
To fetch the content info for a particular ID, make an HTTP GET request
to /v1/content/<id>, where <id> is
the ID of the content.
GET content by URL
To fetch the content info for a particular source URL, make an HTTP GET
request to /v1/content/?url=<url>, where
<url> is the source URL of the content. For new URLs,
this will start the conversion process.
