Quick Start

Connect Algrow to your AI assistant in one minute, or make your first REST call.

llms.txt Full docs for LLMs

Start in your AI assistant (recommended)

Most people use Algrow through the MCP server — every tool in these docs, available in plain conversation inside Claude, ChatGPT, Cursor, and any other MCP client. No code, nothing to install: paste one config and start asking.

1

Open your client

Claude.ai, ChatGPT, Claude Code, Cursor, VS Code, Codex, Windsurf — all supported.

2

Paste the Algrow config

One minute. Claude.ai connects with your Algrow login — no API key needed there.

3

Just ask

“Find me roblox Shorts channels under 50k subs growing fast” — and it works.

Connect the MCP server

Setup guides for every client, an install demo video, and example prompts are on the Setup page.


REST API Quickstart

Get your first audio file in under 60 seconds.

1

Get your API key

Go to Settings → API Keys in your Algrow dashboard and generate a key.

2

Submit a job

Send a POST to /api/generate-simple with your script and voice ID.

3

Get your audio

Poll /api/job-status/:id until complete. The response includes a permanent audio URL.

Try it now
# 1. Submit a generation curl -X POST "https://api.algrow.online/api/generate-simple" \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "script=Hello, welcome to our channel. This is a test of the Algrow TTS API." \ -F "voice_id=21m00Tcm4TlvDq8ikWAM" # 2. Poll for completion (replace JOB_ID with the job_id from step 1) curl "https://api.algrow.online/api/job-status/JOB_ID" \ -H "Authorization: Bearer YOUR_API_KEY"

API Reference

AUTH Authentication DOC Commercial Use
Channel Search
GET /api/channels/search GET /api/longform-channels/search GET /api/search GET /api/channel-trends
Channel Data
GET /api/channels/:id/about GET /api/channels/:id/daily-analytics GET /api/channels/:id/videos GET /api/channels/:id/shorts GET /api/channels/:id/playlists
Viral Videos
GET /api/viral-videos/search
Terminated Channels
GET /api/terminated-channels/search
Thumbnail Search
POST /api/thumbnail-search POST /api/terminated-thumbnail-search
YouTube Scraper
POST /api/youtube-scraper GET /api/channel-monetization/:channel_id GET /api/youtube-scraper/:job_id POST /api/youtube-scraper-fast
Bulk Discovery
POST /api/channel-peek POST /api/room-sweep POST /api/video-comments
Workspace
GET /api/folders POST /api/folders PATCH /api/folders/:id DEL /api/folders/:id GET /api/folders/:id/channels POST /api/saved-channels DEL /api/saved-channels/:id POST /api/saved-channels/move
Resolvers
POST /api/channels/resolve
Alerts
GET /api/alerts POST /api/alerts PATCH /api/alerts/:id DEL /api/alerts/:id GET /api/alerts/triggered GET /api/alerts/outlier-status
Text-to-Speech
GET /api/voices POST /api/generate-simple GET /api/job-status/:job_id GET /api/jobs GET /api/voices/stealth POST /api/voices/clone DEL /api/voices/stealth/:voice_id GET /api/voices/minimax POST /api/voices/minimax/clone DEL /api/voices/minimax/:voice_id
Media Generation
POST /api/caption-remover POST /api/generate-image POST /api/generate-video POST /api/thumbnails POST /api/thumbnails/channel-style GET /api/thumbnails/status/:task_id POST /api/thumbnails/outliers POST /api/thumbnails/channel-videos GET /api/thumbnails/saved-channels POST /api/thumbnails/saved-channels DELETE /api/thumbnails/saved-channels/:channel_id GET /api/thumbnails/instruction-presets POST /api/thumbnails/instruction-presets DELETE /api/thumbnails/instruction-presets/:preset_id POST /api/thumbnails/extract-video POST /api/thumbnails/analyze POST /api/thumbnails/compose POST /api/thumbnails/compose-channel GET /api/thumbnails/channel-presets POST /api/thumbnails/channel-presets DELETE /api/thumbnails/channel-presets/:preset_id POST /api/thumbnails/detect-people POST /api/thumbnails/crop-reference POST /api/thumbnails/search-faces POST /api/thumbnails/import-face POST /api/thumbnails/swap-face POST /api/thumbnails/feedback
Video Analysis
POST /api/analyze-video POST /api/download-video
Channel Processing
POST /api/process-channel GET /api/process-channel/:job_id
Utility
GET /api/health
Reference
Rate Limits Credits & Billing Error Handling Code Examples
esc
×

Buy More Credits

Boost
150
credits
$4.99
Good for:
  • ~12 min caption removal
Studio
1,000
credits
$31.49
Good for:
  • ~80 min caption removal