Skip to content
SOKE

Research & Discovery

Real-time keyword data — search volume, competition, trend direction — plus auto-detected topics from your connected channel. Zero-config content research.

app.usesoke.ai/research

Live platform data

Pulls volume, competition, and trend metrics straight from YouTube.

Auto-detect topics

Connect your channel and Soke suggests keywords without configuration.

Cluster related ideas

Expand a single seed into a structured keyword cluster.

Call it from code

One endpoint. Standard REST. Works from any HTTP client.

View full docs
Request
curl -X POST https://api.usesoke.ai/v1/keywords/research \
  -H "X-Soke-Key: $SOKE_KEY" \
  -d '{"platform":"youtube","seed":"stoicism philosophy"}'
Response
{
  "success": true,
  "data": {
    "keywords": [
      { "term": "stoicism philosophy", "volume": 48200, "competition": 0.42, "trend": "up" },
      { "term": "stoic daily practice", "volume": 12400, "competition": 0.28, "trend": "up" },
      { "term": "marcus aurelius quotes", "volume": 31000, "competition": 0.55, "trend": "steady" }
    ]
  }
}

Ready to try Research & Discovery?

Start your 14-day free trial. No credit card required.