Zapier · Make · HTTP steps

Zapier
and Make

Two HTTP steps are enough: POST recommend, then POST brief. No credentials. Use the returned tiktok_sound_url in your downstream publishing or review step.

01Step one

Recommend
sound.

Webhook or HTTP action POSTs the clip description to Wouldliker.

POST https://wouldliker.com/api/recommend
content-type: application/json

{
  "description": "product reveal for a handmade lamp",
  "platform": "tiktok",
  "content_type": "product_reveal",
  "is_aigc": false
}
02Step two

Generate
brief.

Map primary_sound.sound_slug from step one into step two.

POST https://wouldliker.com/api/brief
content-type: application/json

{
  "sound_slug": "{{primary_sound.sound_slug}}",
  "description": "{{description}}",
  "platform": "tiktok"
}

Builder
boundary.

Do not upload as Wouldliker. Do not download audio. Attach the official TikTok sound URL inside the user's publishing flow.