The Video & Image
Creation API

Creatomate is the creative automation platform for developers and no-code users.

Get started for free
01Create a template
02Automate with thousands of apps
03Use the API for even more control
terminal — zsh● live
curl -X POST https://api.creatomate.com/v2/renders \
-H "Content-Type: application/json" \
-H "Authorization: Bearer API_KEY" \
-d '{
"template_id": "83298a57-a096...",
"modifications": {
"Title": "This text is placed in your video",
"Title.fill_color": "#4980f1",
"Background-Video": "https://example.com/video.mp4"
}
}'

Automate Marketing
Tasks using No-Code

Set up automated workflows that eliminate repetitive image and video production tasks.

  • Launch automations with 10,000 apps.
  • Easy to set up, no technical skills required.
Trigger
New Data
from Airtable
Action 01
Create a Video or Image
via Creatomate
Action 02
Post to Social Media
Instagram / YouTube / ...

Mass-Produce Through
a Spreadsheet

Generate tons of images and videos in bulk by feeding dynamic data into a template.

  • Mass-replace images, videos, captions, and more.
  • Import from and export to CSV file.

Create Videos & Images
using a REST API

Integrate the API and start producing videos and images using your coding language of choice.

  • Generate from templates or JSON entirely.
  • Easily integrate the API into your apps or workflows.
Example:Generate from a Template
# Here is how to generate an image or video based on a template.
# First, set up a template using the online editor.
# Then call the REST endpoint to render the template using custom data.

curl -X POST https://api.creatomate.com/v2/renders \
     -H "Content-Type: application/json" \
     -H "Authorization: Bearer API_KEY" \
     -d '{
  "template_id": "58c1163e-f250-49df-b98d-e8c4aad01a2d",
  "modifications": {
    "Title": "Your Text And Video Here",
    "Title.fill_color": "#4980f1",
    "Background-Video": "https://example.com/video.mp4"
  }
}'

Develop Video-Powered
Applications

Integrate the JavaScript Preview SDK to add web-based editing to your apps.

  • Interactive previews before creating final MP4s, JPGs, etc.
  • Build full stack editor applications for the browser.

Get Started in Minutes

Explore the tutorials and documentation to get started right away.

Search the docs…⌘ K

Create+Automate=Creatomate

Create your own templates and start automating your video and image production.

Start automating today

Start with a full-featured trial with 50 credits, no credit card required.

Get started for free