Soke API Documentation
Build content optimization workflows with the Soke REST API. Research keywords, optimize titles, generate descriptions, analyze competitors, and more.
Welcome to Soke
Soke is an API-first content optimization platform for YouTube creators. Use our REST API to integrate keyword research, title optimization, description generation, tag suggestions, trend scanning, competitor analysis, and content repurposing into your workflows.
Base URL
https://api.usesoke.ai/api/v1What you can do
- Keyword Research — Discover high-performing keywords with search volume, competition scores, and trend data
- Content Research — Find trending videos in your niche with engagement metrics, view velocity, and competition data
- Title Optimization — Generate AI-optimized title alternatives scored for click-through performance
- Content Scoring — Score your titles and descriptions against platform best practices
- Description Generation — Generate SEO-optimized descriptions with proper structure and CTAs
- Tag Suggestions — Get ranked tag suggestions based on relevance and search volume
- Trend Scanning — Identify trending topics in your niche before they peak
- Competitor Analysis — Analyze competitor channels for content strategy insights
- Content Repurposing — Transform content across platforms and formats
- Chat Completions — OpenAI-compatible endpoint that combines multiple services in natural language
- Thumbnail Generation — Generate AI-powered thumbnails with DALL-E
- Transcription — Transcribe video and audio content
Quick start
- Create an account and subscribe to a plan
- Generate an API key from your dashboard
- Make your first API call:
curl -X POST https://api.usesoke.ai/api/v1/research/keywords \
-H "Content-Type: application/json" \
-H "X-Soke-Key: sk_live_your_api_key" \
-d '{
"topic": "productivity tips for developers",
"platform": "youtube"
}'Platform support
Soke currently supports YouTube. TikTok, Instagram, LinkedIn, X/Twitter, and Podcast support is coming soon. Non-YouTube platforms return 501 Not Implemented.
Pricing
| Plan | Price | Monthly Credits | Rate Limit |
|---|---|---|---|
| Creator | $15/mo | 1,000 | 10 req/min |
| Pro | $39/mo | 5,000 | 30 req/min |
| Scale | $99/mo | 25,000 | 60 req/min |
Each API operation costs 1–5 credits depending on complexity. See Rate Limiting & Credits for the full breakdown. All plans include a 14-day free trial.