Skip to content
SOKE

Title Optimization

Generate 5-10 title alternatives, each scored on keyword placement, emotional pull, curiosity gap, and five more dimensions. Pick the best or refine your own with the breakdown.

app.usesoke.ai/title-optimization

Eight scoring dimensions

Keyword placement, length, emotional pull, curiosity, readability, personal tone, hook, authenticity.

See why it won

Every score breaks down so you understand the recommendation.

Original vs. alternatives

Your starting title gets scored side-by-side with the generated options.

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/titles/optimize \
  -H "X-Soke-Key: $SOKE_KEY" \
  -d '{"platform":"youtube","title":"How to stay calm"}'
Response
{
  "success": true,
  "data": {
    "original_score": 62,
    "alternatives": [
      { "title": "Why Staying Calm Is a Superpower (Stoic Guide)", "score": 91 },
      { "title": "The Stoic Rule That Makes You Unshakeable", "score": 88 }
    ]
  }
}

Ready to try Title Optimization?

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