Home > Dev
Home / Pricing / Docs / Apps

Automation for Newsroom

Automate video creation by integrating with your database or CMS.

POST: /api/automations
curl -X POST
-H "X-api-key: your-api-key"
-H "X-token: your-access-token"
-H "X-nounce: 1234567890"
-d '{
  "projectId": "your-project-id",
  "injector": {
    "wizard": {
      "title": "Lorem ipsum",
      "source": "url",
      "sourceContent": "https://example.com"
    }
  }
}'

Newsroom Automation Workflow

From article selection to distribution, human intervention only when needed

📰

1. Select Articles

Select articles to convert

🎬

2. Auto Rendering

Send JSON, render with template

🔔

3. Webhook Response

Receive video file link when done

📤

4. Auto Distribution

Upload to YouTube, etc.

✏️ Human-in-the-loop: You can edit each content separately after automation


Why Automation API?

Optimized for newsroom automation

  • Event-driven

    Auto-generate on publish/edit/select events

  • 🎨

    Template-first

    Fixed templates, inject data for consistent branding

  • 📈

    Scale

    Scale from few to batch with same approach

  • 📤

    Deliverability

    Webhook delivery for immediate next automation

  • 👤

    Human-in-the-loop

    Auto rendering complete, human review via editUrl when needed


Template-based Automation

Edit templates freely with live preview in the web-based editor

Template Editor Screenshot

[Stop]