Darwin Studio API

Docs and resources to build with Darwin Studio programmatically.

Connect any AI assistant

Add Darwin Studio as an MCP server and let agents manage your ad slots, track earnings, and submit videos conversationally.

// Add to your MCP client config
{
  "mcpServers": {
    "darwin-studio": {
      "url": "https://studio.darwin.so/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Available Tools

TOOLsubmit_video

Submit a video for AI analysis and automatic ad slot identification.

TOOLlist_slots

List all ad slots across your videos with fill status, CPM, and brand details.

TOOLget_earnings

Pull earnings breakdowns — total, per-video, pending, and next payout date.

TOOLconfigure_preferences

Set ad category preferences, minimum CPM, and blocked brands for your inventory.

TOOLget_video_analytics

Retrieve per-video performance data — views, revenue, fill rate, demographics.

TOOLrequest_payout

Initiate a payout of your available balance to your linked bank account.