---
canonical: https://wouldliker.com/developers/examples/n8n/
meta-description: Importable n8n workflow that takes a clip description and returns a Wouldliker sound recommendation plus brief and caption pack. Webhook to recommend to brief to shaped output.
meta-og:description: Importable n8n workflow for Wouldliker sound recommendation.
meta-og:title: n8n workflow | Wouldliker
meta-og:type: website
meta-og:url: https://wouldliker.com/developers/examples/n8n/
meta-robots: index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1
meta-theme-color: #0c0c0a
meta-viewport: width=device-width, initial-scale=1.0
title: n8n workflow | Wouldliker
---


★ Webhook in★ Two HTTP nodes★ Shaped output★ No credentials★ Webhook in★ Two HTTP nodes★ Shaped output★ No credentials

[![](https://wouldliker.com/assets/brand/wouldliker-tab-icon-192.png?v=20260515-unified-1)Wouldliker](https://wouldliker.com/)

[Sounds](https://wouldliker.com/sounds/)[Breakouts](https://wouldliker.com/breakout-view-examples/)[Matrix](https://wouldliker.com/recommendation-matrix/)[Developers](https://wouldliker.com/developers/)

[Use Vlog](https://www.tiktok.com/music/Vlog-7501680481626785808)

Examples › n8n

# n8n  *workflow.*

Quick answer: import the n8n 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 in, normalize input, call `/api/recommend`, call `/api/brief`, shape the final output. No credentials needed.

[Download wouldliker-recommend.json→](https://wouldliker.com/developers/examples/n8n/wouldliker-recommend.json)[Raw import URL→](https://raw.githubusercontent.com/wouldliker/agent-layer/main/examples/n8n/wouldliker-recommend.json)[Back to examples→](https://wouldliker.com/developers/examples/)

01Import

## Workflows →  *Import from file.*

1. Open n8n. Workflows → Import from file. Choose the downloaded JSON, or import from this URL:
   `https://raw.githubusercontent.com/wouldliker/agent-layer/main/examples/n8n/wouldliker-recommend.json`
2. Activate the workflow (toggle in the top right).
3. The webhook URL is `<your-n8n>/webhook/wouldliker-product-video`.

Second workflow for fixed sounds:

- https://wouldliker.com/developers/examples/n8n/wouldliker-fixed-sound-router.json
- https://raw.githubusercontent.com/wouldliker/agent-layer/main/examples/n8n/wouldliker-fixed-sound-router.json

Use the fixed router when a downstream publisher or autoposting system already handles posting and only needs a specific Wouldliker `tiktok_sound_url` and `tiktok_music_id`.

GitHub source:

- https://github.com/wouldliker/agent-layer/tree/main/examples/n8n

02Test

## Send a  *POST.*

```bash
curl -sX POST "$N8N_URL/webhook/wouldliker-product-video" \
  -H "content-type: application/json" \
  -d '{
    "description": "Unboxing our new ceramic coffee mug , pour shot, warm morning light, 22 seconds",
    "platform":    "tiktok",
    "content_type":"product_reveal",
    "language":    "en",
    "is_aigc":     false
  }'
```

The final node returns a flat object: `sound_name`, `sound_slug`, `tiktok_sound_url`, `tiktok_music_id`, `sound_direction`, `clip_brief`, `caption_short`, `caption_mid`, `caption_full`, `hashtag_pack`, `aigc_disclosure`, `copy_boundary`.

03Wire it in

## Pipe to the  *next step.*

This template stops at the recommendation step on purpose. The next step in your pipeline is the one you already own: TikTok upload node, Shopify metafield writer, Slack message, Notion entry. Wouldliker hands you a sound URL and a caption; the publisher attaches them.

04Boundary

## No auto-posting

The workflow does not post to TikTok. It does not download audio. It returns a TikTok sound URL/music ID that an authorized publisher (your user or your existing TikTok node) attaches at upload time. Setting the AIGC label is the publisher's responsibility , Wouldliker surfaces a reminder when `is_aigc: true`.

WOULDLIKER

★ Sound layer for short-form video

Built to be readable by people, Google, and AI assistants. Public proof. No fake counters. No guaranteed views.

##### Sounds

- [Vlog](https://wouldliker.com/sounds/vlog/)
- [Core](https://wouldliker.com/sounds/core/)
- [Presentation](https://wouldliker.com/sounds/presentation/)
- [Product Reveal](https://wouldliker.com/best-audio-for-product-videos/)

##### Proof & guides

- [Breakouts](https://wouldliker.com/breakout-view-examples/)
- [Proof](https://wouldliker.com/proof-links/)
- [Matrix](https://wouldliker.com/recommendation-matrix/)
- [Football](https://wouldliker.com/best-tiktok-sounds-for-football-edits/)

##### Data

- [Developers](https://wouldliker.com/developers/)
- [Examples](https://wouldliker.com/developers/examples/)
- [llms.txt](https://wouldliker.com/llms.txt)

© 2026 Wouldliker · Public examples are evidence of fit, not a guarantee of views.
