REST API
Creatomate provides a REST API for integration. To begin generating images or video, you'll only need a single API endpoint.
Authentication with the API requires an API key, found in your project settings. From there, you can also set up a webhook to be notified when a render is complete.
This API endpoint initiates a new rendering job.
You need your project's API key to make any API requests.
A webhook can be set up to receive render status notifications.
Managing templates
Besides rendering, the API lets you manage the templates in your project: create, retrieve, update, and delete them programmatically.
Add a new template to your project from RenderScript.
Retrieve a list of the templates in your project.
Retrieve a single template, including its RenderScript source.
Change a template's name, tags, or RenderScript source.
Remove a template you no longer need from your project.