Skip to content
SOKE

Description Generation

Generate YouTube descriptions that follow platform best practices — proper keyword placement, timestamps, chapter links, and calls to action — in seconds.

app.usesoke.ai/description

Platform best practices

Structured for YouTube search and viewer retention, not generic prose.

Timestamps + CTAs

Auto-generates chapter markers and call-to-action blocks in the right positions.

Keyword-aware

Weaves your target keywords in without stuffing.

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/descriptions/generate \
  -H "X-Soke-Key: $SOKE_KEY" \
  -d '{"platform":"youtube","title":"The Stoic Rule That Makes You Unshakeable","keywords":["stoicism","calm"]}'
Response
{
  "success": true,
  "data": {
    "description": "In this video, we break down the one stoic rule...\n\nChapters:\n00:00 Intro\n01:15 The rule",
    "length": 612
  }
}

Ready to try Description Generation?

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