Integration
ZetaPrints web-to-print system can be easily integrated into other storefront and ordering systems. In fact, integration with Magento, WordPress, PayPal and Twitter is available for free right now.
ZetaPrints web-to-print API is easy to use from server side scripts (PHP, .NET, etc) as well as from the client side (JavaScript). All calls are HTTP GET/POST with a variation of response types such as XML, HTML or singleton.
Web-to-print templates
Our web-to-print system is based on vector graphic templates. You can upload your own templates or use what is offered by other users. Our web-to-print templates are just like normal vector graphic designs with certain elements marked as variables to replace them with some other data (text or images) at run time.
Search and browsing API
Web-to-print API has a set of functions for getting lists and searching templates.
- Get list of catalogs
- Get list of templates for a catalog
- Find templates matching search criteria
Image generation API
Calls to our image generation API functions need to contain the following information:
- Template ID
- API key
- Array of input field names and their values
- Array of images and the IDs of replacement images
- Required image type (GIF, PNG, JPG)
- Output type (XML, image URL, etc)
ZetaPrints accepts these parameters, processes the template and generates an image with the text and images specified in the request. The response may vary depending on the client requirements. Usually it is either an XML document with full details of the generated image or just a URL of the image for easy parsing.
We are keen to help you
Tell us more about your integration project and we’ll be happy to provide you necessary support to make it happen.


