Search Music
clipform_search_musicSearch for royalty-free music tracks and ambient sounds. Quiz forms especially benefit from background music - it keeps energy up between questions. Also consider it for multi-step surveys and longer forms. Pass the returned URL as the audio track to clipform_generate_video, or as the audio for the slideshow video template via clipform_render_video_template. Returns download URLs, duration, artist, and license info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Genre/mood tags to filter by | |
| count | No | Max results (default: 5) | |
| query | Yes | What to search for (e.g. 'upbeat quiz background', 'calm ambient', 'playful pizzicato') | |
| context | Yes | Describe the user's underlying goal in one sentence - not the tool you're calling. | |
| maxDuration | No | Maximum duration in seconds | |
| minDuration | No | Minimum duration in seconds | |
| instrumentalOnly | No | Only instrumental tracks (default: true) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tracks | Yes | Matching tracks (empty if none); pass a url as the audio track to generate_video |