# MarketPulse Video Ad Script Generator

> MarketPulse Video Ad Script Generator is a paid API for AI agents from marketpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Generates a shot-by-shot short-form video ad script with scene timings, voiceover lines, on-screen text, alt hooks, CTA, captions, hashtags, and platform compliance specs for TikTok, Reels, Shorts, or Meta video.

## Facts

- Endpoint: GET https://marketpulse.theaslangroupllc.com/api/market/video-ad-script
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/marketpulse-video-ad-script-generator-e04314c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GATgESS6Nsy10iAXkD4mP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability marketpulse-video-ad-script-generator-e04314c8
```

Example prompt: Write me a ready-to-shoot TikTok video ad script for my matcha skincare brand 'Jade Ritual' — targeting women 25–35 who care about clean beauty — with scene timings, exact voiceover lines, on-screen text, two alt hooks to test, a CTA to shop the starter kit, and platform format specs including safe zones and captions.

## When to prefer this

Choose this endpoint when you need a complete, production-ready short-form video ad script — not just copy or a concept — that includes scene-level direction, voiceover, on-screen text, and platform compliance metadata for TikTok, Reels, Shorts, or Meta. Prefer this over generic copywriting endpoints when the output needs to be immediately usable in CapCut, OpenCut, or a video editor without further scripting work. Ideal for creative agents, UGC campaign builders, and growth marketers who need end-to-end ad creative in one call.

## Known failure modes

- Missing required input parameters (business/product description or target platform) returns an error or empty script
- Ambiguous platform target may result in generic format specs instead of platform-specific compliance notes
- Overly vague product description may yield generic hooks not differentiated for the brand
- Payment not processed (x402) results in 402 response and no script returned
- Network timeout if generation takes longer than expected

## How this service works

Shot-by-shot short-form video ad script ready to shoot and cut today in CapCut, OpenCut or any editor: scene-timed visuals, exact voiceover lines, on-screen text, alt hooks for testing, CTA, caption + hashtags, platform format spec (aspect ratio, safe zones, captions) and compliance notes for TikTok, Reels, Shorts or Meta video. For creative, UGC and growth agents.

## Output

Returns a structured, shot-by-shot short-form video ad script including: timed scene descriptions with visual direction, exact voiceover narration per scene, on-screen text overlays, multiple alternative opening hooks for A/B testing, a closing call-to-action, a ready-to-post caption with hashtags, platform format specifications (aspect ratio, safe zones, caption placement), and compliance notes specific to the target platform (TikTok, Instagram Reels, YouTube Shorts, or Meta video).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product",
  "platform"
 ],
 "properties": {
  "goal": {
   "type": "string",
   "description": "Campaign objective in plain language"
  },
  "lang": {
   "type": "string",
   "description": "Language to write the script in — defaults to English"
  },
  "product": {
   "type": "string",
   "description": "The product or service being advertised"
  },
  "audience": {
   "type": "string",
   "description": "Target audience — sharpens the hook and casting direction"
  },
  "duration": {
   "type": "string",
   "description": "Target video length in seconds — defaults to 30"
  },
  "platform": {
   "type": "string",
   "description": "Video platform/placement to script for"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cta": {
   "voiceover": "Your first week is half off — link in bio.",
   "text_overlay": "50% off week one",
   "placement_note": "CTA in the final 4s only; earlier CTAs kill retention"
  },
  "script": [
   {
    "time": "0-3s",
    "scene": 1,
    "visual": "Handheld shot: parent opens fridge to chaos, kids audible off-screen",
    "voiceover": "It's 6pm and everyone wants dinner. Again.",
    "audio_note": "Trending audio low under VO, cut on the fridge slam",
    "text_overlay": "6pm. Again."
   }
  ],
  "platform": "TikTok",
  "alt_hooks": [
   "Close-up unboxing the delivery with 'I stopped cooking on weeknights' VO"
  ],
  "disclaimer": "Ad performance varies by audience, creative execution, landing page, and market conditions. Always A/B test hooks before scaling spend.",
  "format_spec": {
   "captions": "Burn in captions; most viewers watch muted",
   "safe_zones": "Keep text out of the bottom 25% and right edge — UI overlays cover them",
   "aspect_ratio": "9:16",
   "recommended_length": "21-34s performs best for conversion objectives (industry benchmark estimate)"
  },
  "primary_hook": "POV: it's 6pm and everyone is asking what's for dinner",
  "amazon_search": "short form video marketing book",
  "audience_read": "Parents who cook from scratch nightly and feel guilty ordering takeout instead",
  "editing_notes": [
   "Cut every 1.5-2s",
   "Text overlays appear word-by-word, synced to VO"
  ],
  "test_priority": "Primary hook first — the 6pm moment is the sharpest shared pain",
  "compliance_notes": [
   "TikTok prohibits before/after health claims for food products"
  ],
  "duration_seconds": 30,
  "product_or_service": "meal prep delivery for busy parents",
  "caption_and_hashtags": {
   "caption": "Weeknights, handled. First week half off.",
   "hashtags": [
    "#mealprep",
    "#busyparents",
    "#dinnerideas"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/marketpulse-video-ad-script-generator-e04314c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from marketpulse.theaslangroupllc.com](https://www.zero.xyz/host/marketpulse.theaslangroupllc.com/llms.txt)
