YouTube Tools
YouTube AI Suite
Eight tools that cover the text work behind every upload. Enter a topic and get titles, scripts, descriptions and more without leaving your browser.
Complete Video Workflow
Run these in order and each step feeds into the next, from the first title draft to the final description.
Creator Tools
Quick Generate
Generate the titles, scripts and descriptions your videos need. Free, no account required.
How to Use YouTube Tools
Pick a tool and topic
Choose a YouTube tool, then enter your video topic or niche. No account needed to start.
Generate
The model returns options in a few seconds. Not happy with one? Run it again until it fits your channel.
Use it on your video
Copy the result straight into YouTube Studio or your editor. Yours to use on any video, monetized or not.
Use this tool via API
Call this tool straight from your own scripts. The endpoint follows the OpenAI REST format and signs requests with a bearer token, so client libraries you already use keep working. You are billed the same token rate as the web app.
curl -X POST https://api.rewind.ai/v1/chat/completions/ \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"model": "qwen/qwen-2.5-7b-instruct", "messages": [{"role": "user", "content": "Write a YouTube title for a video about dogs."}]}'