Embed

Embed a ZoomHub image on your website with the following HTML code:

<script src="https://zoomhub.net/{id}.js?width=auto&height=400px"></script>

Replace {id} with the ID in the email you received from us. You can customize the width and height of the embed.


API

ZoomHub has a REST API that lets you easily convert all your images programmatically.

We currently require a valid email to prevent abuse. If you need to convert a large number of images, please request high volume access.

ZoomHub API reference

Example: curl

> curl --location 'https://api.zoomhub.net/v1/content?url=%3Cspan%20class="code-highlight">{url}&email={email}'

{
  "id":"{id}",
  "url": "{url}",
  "shareUrl": "https://zoomhub.net/%3Cspan%20class="code-highlight">{id}",
  "embedHtml":"<script src=\"https://zoomhub.net/%3Cspan%20class="code-highlight">{id}.js?width=auto&height=400px\"></script>",
  "dzi": null,
  "ready":false,
  "progress": 0,
  "failed": false,
  "verified": false
}