Coming soon

IDML Renderer API

The same conversions this page does, available as an API. Send an IDML, get back PNG, JPEG, PDF or SVG. It's not live yet, but here's roughly how it'll look.

terminal
# IDML to PNG (not live yet)
curl -X POST https://api.bluepic.io/idml/render \
  -H "Authorization: Bearer $BLUEPIC_API_KEY" \
  -F "[email protected]" \
  -F "format=png" \
  -F "dpi=300" \
  -o page-1.png

Curious about the Bluepic Template option on the Convert page? That's our editable campaign format. Learn more.