webhook
Receives description, product_description, platform, content_type, language, and is_aigc.
Inputn8n · importable workflow
Quick answer: import this workflow when an AI-video or product-video pipeline needs a Wouldliker sound route, TikTok sound URL, brief, captions, and boundary copy. Five nodes: webhook, normalize, recommend, brief, output.
The workflow takes a product or clip description and returns a downstream-friendly object.
Receives description, product_description, platform, content_type, language, and is_aigc.
InputCalls Wouldliker /api/recommend and gets primary_sound, proof, music ID, and sound_direction.
Sound routeCalls /api/brief and returns caption pack, hashtags, and boundary copy.
Publishable packUse the raw workflow URL when n8n asks for an import URL, or download the same JSON from this site.
https://raw.githubusercontent.com/wouldliker/agent-layer/main/examples/n8n/wouldliker-recommend.json
Use this body against the n8n webhook after import.
{
"product_description": "new ceramic mug unboxing in soft morning light",
"platform": "tiktok",
"content_type": "product_reveal",
"language": "en",
"is_aigc": false
}The smart workflow recommends a sound from the clip description. The fixed router returns one chosen sound for downstream publishers and autoposting systems.