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.
# IDML to PNG (not live yet)
curl -X POST https://api.bluepic.io/idml/render \
-H "Authorization: Bearer $BLUEPIC_API_KEY" \
-F "file=@brochure.idml" \
-F "format=png" \
-F "dpi=300" \
-o page-1.pngCurious about the Bluepic Template option on the Convert page? That's our editable campaign format. Learn more.