Story to Script Rewriter
Turn any story, article or Reddit post into a short-form video script: a strong hook, tight narration, a title and alternate hooks.
How it works
- 1Open it on Apify
Hit Run on Apify — it opens the tool in the cloud, no install.
- 2Set the inputs
Adjust
text,sources,tone(sensible defaults are pre-filled). - 3Click Run
The tool runs on Apify’s cloud and collects the data for you.
- 4Export the results
Download as JSON, CSV or Excel, or pipe straight into your app, Google Sheets, or an AI agent.
Pricing
$0.02 per script rewritten = $20 per 1,000
| You are charged for | When | Price |
|---|---|---|
| Script rewritten | One rewritten video script. | $0.02 |
| Actor Start | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). | $0.0000125 |
Pay-per-event pricing: you are billed per result, not per subscription — a run that returns nothing costs nothing beyond the start fee. Billing is handled by Apify on your own account. These are the live Apify store prices, in effect since 2026-08-08, and they are what you are actually charged.
Inputs
| Field | What it does | Type |
|---|---|---|
text | The story, article, or post to rewrite into a video script. | string |
sources | Array of strings OR post objects (uses selftext/scriptText/body/text/title). Pipe the Reddit Scraper's output straight in. | array |
tone | Voice/style of the rewritten script. | string |
platform | Target platform — tunes pacing and hook style. | string |
targetSeconds | Approximate spoken length to aim for. | integer |
pov | Keep the original point of view, or rewrite in first/third person. | string |
language | Language to write the script in. | string |
openaiApiKey | Your OpenAI key. Kept private. | string |
model | Chat model to use. Default gpt-4o-mini. | string |
baseUrl | OpenAI-compatible base URL. Default https://api.openai.com/v1. | string |
What you get
A structured dataset — each result includes fields like:
titlehookscriptwordCountestSecondsaltHooksExport every run as JSON, CSV or Excel, or send it to your app, a database, Google Sheets, or an AI agent.
Related tools in AI Video & Content Studio
Other ready-to-run tools in the same category — all pay-per-use on the Apify cloud.
Subtitle Translator
Translate SRT and VTT subtitles into many languages in one run, or transcribe a video first. Timings preserved exactly. $0.05 per language, flat rate.
AI Thumbnail Generator
Generate scroll-stopping thumbnails with AI: a dramatic close-up face plus a bold hook headline in 9:16, 16:9 or 1:1. For YouTube, Shorts, Reels and ads.
Social Metadata Generator
Generate platform-ready titles, captions, hashtags, SEO tags and a pinned comment for YouTube, TikTok, Reels, Shorts and X.
Hook & Virality Scorer
Score any title, hook or script for viral potential: 0-100 with a grade, per-dimension breakdown and rewrite tips. No AI key.
AI Viral Clip Cutter — Long Video to Shorts
Turn a long podcast, interview, or webinar into ranked short clips with AI-scored moments and word-synced captions for TikTok, Reels, and Shorts.
AI Text-to-Speech Voiceover
Turn any script into a natural AI voiceover audio file (MP3/WAV/Opus/AAC). Pick a voice, speed, and format. Good for faceless videos, IVR, and narration.
Where this tool sits
- Categories
- AI Video & Content Studio
Story-to-Script Rewriter
Turns a story, article, or Reddit post into a short-form video script: a hook built to land in the first 3 seconds, narration written in the tone and length you ask for, plus a suggested title and a couple of alternate hooks. Built for people churning out TikTok, Reels, Shorts, and faceless-channel content who don't want to rewrite every source by hand.
How it works
Each source goes through one chat completion that returns structured JSON. The prompt forces a curiosity-gap hook (no greetings), tightens the narration toward your target length (it budgets roughly 150 spoken words per minute), and strips out stage directions, hashtags, and emoji so the text is ready to read aloud.
Input
You can pass a single text, an array of sources, or both. Sources can be plain strings or post objects, in which case it reads selftext, scriptText, body, text, or title in that order, so you can pipe a Reddit scraper's output straight in.
| Field | Required | Notes |
|---|---|---|
text | no* | The story/article/post to rewrite. |
sources | no* | Array of strings or post objects. Batched, one script per item. |
tone | no | dramatic (default), casual, funny, emotional, educational, hype. |
platform | no | tiktok (default), youtube shorts, instagram reels, youtube. Tunes pacing and hook style. |
targetSeconds | no | Approximate spoken length to aim for. Default 45. |
pov | no | keep (default), first, or third person. |
language | no | Output language. Default English. |
openaiApiKey | yes (at runtime) | Your OpenAI key. Stored as a secret. |
model | no | Chat model. Default gpt-4o-mini. |
baseUrl | no | OpenAI-compatible base URL if you're not using OpenAI directly. |
*No field is marked required in the schema. Provide either text or sources plus an OpenAI key for real output. Run it without a key and you get clearly labelled sample rows instead — one per source — so you can see the output shape first. Those rows are billed like real ones (see Pricing).
Output
One dataset record per source. The fields that matter are title, hook, script (the full narration, hook included), and altHooks (two alternates). Each record also carries wordCount and estSeconds so you can check the length came out close to your target, plus ok and, on failure, an error string.
Example
{
"text": "My neighbor kept parking in my spot. I asked nicely three times. So I had his car towed, and it turned out the car wasn't even his.",
"tone": "dramatic",
"platform": "tiktok",
"targetSeconds": 40,
"pov": "first",
"language": "English",
"openaiApiKey": "sk-..."
}
Pricing
$0.02 per dataset row, plus $0.0000125 each time a run starts. Flat rate — no volume tiers, no plan gates, no subscription.
The charge is per row written to the dataset, and the actor writes one row per source you give it — whatever came back on that row. So a batch of 20 sources costs $0.40 plus the start fee, and it costs $0.40 whether all 20 rewrites land or two of them come back ok: false because the source failed to parse or the model refused it. Same for the keyless demo: it writes one labelled sample row per source, each charged $0.02, so previewing with one source costs $0.02 rather than nothing.
The run-start fee is charged once per gigabyte of run memory, so at this actor's default 4 GB it comes to $0.00005 a run. You bring your own OpenAI key, so model usage is billed to your OpenAI account separately.
Notes
A few sources will fail to parse or get refused by the model. Those are written to the dataset with ok: false and an error rather than stopping the whole run, so check that flag before you trust a batch — and note they occupy a row, so they are billed like a successful rewrite.