Examples · n8n · Zapier · Make · ComfyUI

Drop-in
examples

Describe a video or product. Get the recommended Wouldliker TikTok sound, official TikTok sound URL, public proof, a one-paragraph brief, and a caption pack. Two POST calls. No auth. CORS open.

01The shape

Describe.
Get a TikTok-ready pack.

Two endpoints do the work. Same input returns the same answer.

POST

recommend

Returns primary_sound, TikTok sound URL, why, avoid_if, public proof, saturation_state, AIGC guidance, and copy_boundary.

/api/recommend
POST

brief

Returns clip_brief, caption variants, hashtags, and an AIGC disclosure block when needed.

/api/brief
Boundary

sound URL

Hand tiktok_sound_url to whatever already attaches sounds at upload time. Wouldliker does not auto-post or return audio bytes.

Fit signal, not guarantee

Example
response.

The live response uses primary_sound and copy_boundary. Do not use stale field names.

{
  "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"
  },
  "saturation_state": "default_route",
  "copy_boundary": "Public proof is evidence of fit and momentum, not a guarantee of views."
}