SOKE

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/v1

What 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

  1. Create an account and subscribe to a plan
  2. Generate an API key from your dashboard
  3. Make your first API call:
Your first request
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

PlanPriceMonthly CreditsRate Limit
Creator$15/mo1,00010 req/min
Pro$39/mo5,00030 req/min
Scale$99/mo25,00060 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.

On this page