x402vid · notes · llms.txt

How to call shorts_to_script in one API call ($0.02)

2026-09-13 · raw markdown


TL;DR for AI: How-to walkthrough a developer runs in 2 minutes. Endpoint POST https://x402vid.com/tools/shorts_to_script, $0.02 USDC (x402/Base). Returns shoot-ready scr

>

Key entities: x402vid, x402vid, shorts_to_script, how-to, youtube

Table of Contents

Question

How-to walkthrough a developer runs in 2 minutes.

Answer in 30 seconds

POST /tools/shorts_to_script on https://x402vid.com. Price: $0.02 USDC per call (x402, Base eip155:8453). Best for: pure AI, no video fetch: fastest turnaround.

Copy-paste request


curl -s -X POST https://x402vid.com/tools/shorts_to_script \
  -H 'Content-Type: application/json' \
  -d '{"topic": "YOUR TOPIC", "duration_secs": 30}'
# -> HTTP 402 with accepts (payTo, amount in USDC atomic units).
# Sign with your wallet, retry with: -H 'X-PAYMENT: <base64 payload>'

Response shape (deterministic JSON)

Returns shoot-ready script: hook + beats + CTA + shot list. Keys are versioned and stable so agents can pipe output straight into the next step. Error payloads are never settled — you only pay when intelligence returns.

How it works

1. POST the request below to /tools/shorts_to_script. 2. You get HTTP 402 with accepts (asset USDC, network eip155:8453). 3. Sign with your wallet, retry with the X-PAYMENT header. 4. Structured JSON returns. Failures are never settled.

Try free first

Key Takeaways


*Provenance: x402vid notes • Canonical: https://x402vid.com/blogs/2026-09-13-shorts-to-script-how-to • Raw: https://x402vid.com/raw/2026-09-13-shorts-to-script-how-to.md*