webhook
Receives description, product_description, platform, content_type, language, and is_aigc.
Inputn8n · importable workflow
Webhook to Normalize to Wouldliker recommend to Wouldliker brief to shaped output. Import the JSON and wire it into any AI-video or product-video pipeline.
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 plus proof.
Sound routeCalls /api/brief and returns caption pack, hashtags, and boundary copy.
Publishable packUse 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 workflow sends is_aigc as a boolean, not a string. Wouldliker does not auto-post; pass tiktok_sound_url to your publisher.