Creatomate
Creatomate is a media-automation platform that generates videos and images at scale from reusable templates. Its REST API renders MP4/GIF/image output by applying per-element modifications to a template, runs asynchronously, and notifies callers via polling or webhooks. Billing is credit-based per rendered output.
APIs
Creatomate Renders API
Create one or more renders from a template ID, source, or template tags, applying per-element modifications, then poll for status or receive a webhook when each render succeeds ...
Creatomate Templates API
List the templates in a project with their metadata and tags, and fetch a single template by ID including its RenderScript source, which describes the named elements available f...
Creatomate Webhooks
Per-render callback delivery. Supply webhook_url when creating a render and Creatomate POSTs the full Render object (including any caller-supplied metadata) to that URL once the...