Developers · AI agents · video tools

Sound
data layer

Describe a video or product in 1-3 sentences. Get the recommended Wouldliker TikTok sound, official TikTok sound URL, public proof, a brief, and caption pack.

Wouldliker is an AI-readable recommendation layer for short-form video sounds. Static GET endpoints and live POST recommendation endpoints are now public. MCP is next, not public production yet.

02Live REST

POST recommend
and brief.

The API uses one deterministic recommendation core. Same input returns the same sound, TikTok URL, proof, and boundary language.

Live · REST

POST
recommend

Input: clip description, platform, duration, tone, language, AIGC flag. Output: one sound, why, proof, TikTok URL, and boundary language.

/api/recommend
Live · REST

POST
brief

Input: sound slug and clip description. Output: a video brief, caption variants, hashtags, and AIGC disclosure when needed.

/api/brief
Integration

video
tools

AI-video products, schedulers, caption tools, and agent workflows can call the live API now. MCP is the next layer.

DM @wouldliker

Sample
recommend.

The live POST /api/recommend response returns a primary sound, TikTok music URL, why it fits, proof examples, and the no-guarantee boundary.

{
  "type": "sound_recommendation",
  "api_version": "1.2.0",
  "primary_sound": {
    "sound_slug": "vlog",
    "name": "Vlog",
    "tiktok_sound_url": "https://www.tiktok.com/music/Vlog-7501680481626785808"
  },
  "why": "Use it when the clip needs warmth, repeatability, and a less disposable feel.",
  "saturation_state": "default_route",
  "proof_examples": [
    { "creator": "@nadinefergany", "views": 15200000 }
  ],
  "copy_boundary": "Public proof is evidence of fit and momentum, not a guarantee of views."
}