# Tinkrr YouTube Video Script Generator

> Tinkrr YouTube Video Script Generator is a paid API for AI agents from tinkrr-api.tinkrr.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a complete YouTube video script from a topic, including hook, timed sections, and visual directions

## Facts

- Endpoint: POST https://tinkrr-api.tinkrr.workers.dev/video/script
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tinkrr-youtube-video-script-generator-4d21ae46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_owWUXkJ7A_keblqoIT_P-

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 tinkrr-youtube-video-script-generator-4d21ae46 -d '<json body>'
```

Example prompt: Write me a complete YouTube video script about 'how to start investing with $100' — include a strong hook, timed sections, and visual directions for each part.

## When to prefer this

Use this endpoint when you need a production-ready YouTube video script generated from a topic, especially when you want structured output including a hook, timed sections, and visual cues — not just a transcript or outline. Ideal for content creators automating their scripting workflow.

## Known failure modes

- Missing or empty topic results in an unusable or generic script
- Overly vague topics may produce generic, low-quality scripts
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or timeout if the script generation takes too long
- Malformed input schema may result in a 400 error

## How this service works

Generate a complete YouTube video script from a topic with hook, timed sections, and visual directions

## Output

A fully structured YouTube video script containing a hook to capture viewer attention, multiple timed content sections with dialogue or narration, and visual direction cues indicating what should appear on screen at each point.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "style": {
   "type": "string",
   "description": "educational|entertaining|tutorial"
  },
  "topic": {
   "type": "string",
   "description": "Video topic"
  },
  "duration": {
   "type": "string",
   "description": "e.g. 3-5 minutes"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tinkrr-youtube-video-script-generator-4d21ae46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tinkrr-api.tinkrr.workers.dev](https://www.zero.xyz/host/tinkrr-api.tinkrr.workers.dev/llms.txt)
