Skip to content
JARAI Developers

Build with the JARAI Partner API

Trigger AI-powered media productions, manage webhooks, and track performance — all through a single REST API.

# Trigger your first production in one call
curl -X POST https://api.jarai.studio/v1/productions \
  -H "X-API-Key: jarai_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "social-video-30s",
    "parameters": {
      "topic": "Quarterly earnings highlights",
      "tone": "professional",
      "targetPlatforms": ["youtube", "instagram"]
    }
  }'
18
Endpoints
9
Webhook events
3
Rate-limit tiers
5-min
Integration

Get started in three steps

From zero to your first production call.

Create an API key

Generate a key from the Dashboard → Keys. Keys are scoped per environment (sandbox / live).

Authenticate

Send your key in the X-API-Key header on every request. No OAuth dance for server-to-server.

Trigger a production

POST to /v1/productions with a template ID and parameters. Poll or subscribe to webhooks for the result.

What you can build

Auto-generate social videos

Turn a topic and tone into platform-ready clips for YouTube, Instagram, and TikTok in one call.

Sync deliveries in real time

Subscribe to webhooks to push finished productions straight into your CMS or DAM the moment they’re ready.

Pull performance analytics

Fetch reach, engagement, and render metrics to power your own dashboards and reporting.

Ready to build?

Generate an API key and make your first production call in minutes — sandbox keys are free.