AI Actors
16 AI actors · 20 languages · captions

AI actors that turn your product into UGC ads.

Cast an AI actor, add your product image, and write or generate a short script. AI Actors voices it, lip-syncs the actor, and burns in captions — a ready-to-post 9:16 UGC video in minutes, in any language.

No subscription — pay in Ounie credits Voice + lip-sync in 20 languages REST · MCP · x402 for agents
9:16 · UGC
this actually works
Speaks 20 languagesvoice + lip-sync
Made with AI Actors

Real ads. AI actors. Any language.

Every clip below was generated by this pipeline — an AI actor talking to camera, voiced and lip-synced, captions burned in. This is what your product ad looks like.

Español
How it works

Create better video ads with AI.

No shoot, no actors to book, no editing timeline. Three steps from a product photo to a posted UGC ad.

01

Cast an AI actor

Pick a face and a vibe from a library of realistic AI actors — or upload your own. Each is a consistent character you can reuse across a whole campaign.

02

Add your product & script

Drop in a product image and write the line you want spoken — or auto-generate a script grounded in your Ounie brain so the claims are true.

03

Pick a voice + language

Choose a voice and one of 20 languages. AI Actors voices the script, lip-syncs the actor, and burns in captions — a ready-to-post UGC video in minutes.

The cast

The most realistic AI actors.

16 consistent, reusable characters — every age, look, and energy a UGC ad needs. Or upload a photo and cast your own.

Maya — Upbeat Gen-Z creator energy
Maya
Upbeat Gen-Z creator energy
Leo — Laid-back skater-next-door
Leo
Laid-back skater-next-door
Sofia — Put-together lifestyle host
Sofia
Put-together lifestyle host
James — Approachable expert reviewer
James
Approachable expert reviewer
Aisha — Soft-spoken beauty voice
Aisha
Soft-spoken beauty voice
Noah — High-energy hype for launches
Noah
High-energy hype for launches
Priya — Relatable mom-friend tone
Priya
Relatable mom-friend tone
Marcus — Seasoned founder gravitas
Marcus
Seasoned founder gravitas
Emma — Honest everyday reviewer
Emma
Honest everyday reviewer
Kenji — Clean, calm tech explainer
Kenji
Clean, calm tech explainer
Chloe — Fashion-forward trend voice
Chloe
Fashion-forward trend voice
Daniel — The reliable everyday guy
Daniel
The reliable everyday guy
Maya
Leo
Sofia
James
Aisha
Noah
Priya
Marcus
Emma
Kenji
Chloe
Daniel
Isabel
Andre
Hana
Tom
Maya
Leo
Sofia
James
Aisha
Noah
Priya
Marcus
Emma
Kenji
Chloe
Daniel
Isabel
Andre
Hana
Tom
20 languages

Localize in every language.

One product, every market. The actor speaks your script in a native-sounding voice — Spanish, French, Japanese, Arabic, Hindi and more — with lip-sync and captions to match. Sell the same ad to the whole world.

Write it yourself, or let AI Actors write the script in the target language for you.

EnglishenEspañolesFrançaisfrDeutschdeItalianoitPortuguêsptPolskiplNederlandsnlSvenskasvTürkçetrРусскийruالعربيةarहिन्दीhi日本語ja한국어ko中文zhBahasa IndonesiaidFilipinofilTiếng ViệtviУкраїнськаuk
Voices

Pick the perfect voice.

Real, expressive voices tuned for UGC delivery — bright and playful, calm and expert, deep and commanding. Every one speaks all 20 languages.

JessicaAmerican
playful

Bright, warm, playful — Gen-Z creator energy

LauraAmerican
enthusiast

Quirky, upbeat, made for social

SarahAmerican
confident

Mature, reassuring, confident

MatildaAmerican
expert

Knowledgeable, professional, calm

AliceBritish
refined

Clear, engaging, polished

LiamAmerican
energetic

High-energy, punchy, social-first

WillAmerican
chill

Relaxed optimist, easy and real

EricAmerican
trustworthy

Smooth, trustworthy reviewer

ChrisAmerican
friendly

Charming, down-to-earth, everyday

BrianAmerican
authoritative

Deep, resonant, commanding

GeorgeBritish
warm

Warm, captivating, premium

BillAmerican
wise

Wise, mature, trusted — great for proof

Captions

Captions that convert.

Most UGC is watched on mute. Every ad gets word-by-word captions burned right into the MP4 — pick the style that fits your brand.

9:16
this works
Bold
Big white words, thick black outline — the TikTok default
9:16
this really works
Karaoke
Each word lights up as it's spoken
9:16
it actually works
Pop
Coral highlight on the active word
9:16
this actually works
Boxed
White text on a solid dark capsule
9:16
this actually works
Minimal
Clean, understated lowercase
For developers & AI agents

Every step is an endpoint. Every endpoint is a tool.

Casting, script generation, hero-frame compose, animation, polling, credits — all of it is a REST endpoint and a native MCP tool. Wire the studio into a pipeline, or point an assistant at it and let it produce ads on your behalf, drawing your shared Ounie credits.

REST API

The same endpoints the dashboard uses — bearer key, JSON in, video URLs out.

curl -X POST https://aiactors.ounie.com/api/ads \
  -H "Authorization: Bearer aia_live_…" \
  -d '{"actor_id":"maya","script":"…",
       "product_image_url":"https://…"}'
MCP server

Native tools for Claude, Cursor, ChatGPT — and the Ounie AI Team, which connects with the key in the URL where headers can't be set.

https://aiactors.ounie.com/api/mcp
# header-less clients (the Ounie AI Team):
…/api/mcp?api_key=aia_live_…
x402 pay-per-call

No account, no key — pay ~$0.50 in USDC per hero frame, settled on-chain. Frame compose only.

POST /api/x402/frame → 402 (terms)
retry with X-Payment: <signed>
→ 200 { url }
Master key

One ounie_live_ key works across the whole Ounie app fleet — and it's what unlocks brain-grounded scripts for agents.

Authorization: Bearer ounie_live_…
# grounds scripts in your brains
An agent can never overdraw your wallet — a short balance gets a refusal and a top-up link. Refused, never overdrawn.
aiactors.ounie.com/api/mcp
// Any MCP host — Claude, Cursor, the AI SDK
{
  "mcpServers": {
    "ounie-ugc": {
      "url": "https://aiactors.ounie.com/api/mcp",
      "headers": { "Authorization": "Bearer aia_live_…" }
    }
  }
}

// …or the Ounie AI Team — the key rides the URL:
//   https://aiactors.ounie.com/api/mcp?api_key=ounie_live_…

// tool call → create_ad
{ "actor_id": "maya",
  "product_image_url": "https://…/serum.png",
  "script": "This genuinely changed my routine…",
  "brain_ids": ["…"],   // ground the script (master key)
  "ground": true }
→ { "ad_id": "…",
    "frame_url": "https://…/frame.png",
    "grounded": true,
    "credits_spent": 42 }

// video is async — animate, then poll:
// animate_ad → get_ad → "succeeded" → mp4 url
Who uses it

Built for people who test creative fast.

DTC founders·Agencies·Dropshippers·Creators
We used to book a creator and wait a week. Now I ship five actor variants of a product ad before lunch and let the winner run.
DTC founder
skincare brand
One brief, ten actors, three languages. We bill per video instead of per shoot and deliver a whole content calendar from a single product image.
Creative agency
performance UGC
Testing hooks costs a couple of dollars now. I spin up a dozen actor-and-hook combos for a new SKU and only scale spend on what pops.
Dropshipper
paid social
The captions and lip-sync are the part that sold me — muted-autoplay ads that actually read as UGC, not a slideshow.
Content creator
TikTok / Reels
Pricing

Pay per video. Never per month.

Every step draws Ounie credits (1 credit = 1¢), reserved when you submit and settled on delivery — a failed render refunds automatically, in full. Video is billed on the spoken length of your script, so a ~12-second ad runs about 235319 credits — roughly $2.35–$3.19.

Script2 crHero frame40 crVoice5 crCaptions8 crVideo · Fast 720p15 cr/sVideo · Premium 1080p22 cr/s
FAQ

The questions we get first.

A short vertical (9:16) UGC video ad: an AI actor talking to camera with your product, speaking your script in a real voice with matching lip-sync and word-by-word captions burned in. You start from an actor (ours or your own photo), a product image, and a line of copy; AI Actors fuses actor and product into a hero frame and animates it into a ready-to-post clip. The length is whatever your script takes to say — no duration slider.

Your next UGC ad is one script away.

Continue with your Ounie account, cast an actor, add your product, pick a voice and a language — and post a captioned video ad today.