Get a track audio download URL
get_track_audio_download_urlObtain a time-limited signed URL to download a track's audio asset, including WAV masters or MP3 previews. Request a fresh URL when it expires.
Instructions
Return a time-limited, signed URL to download one of a track’s audio assets. asset_type selects the asset: audio_16, audio_24, and audio_32 are the WAV master at that bit depth; audio_preview_full and audio_preview_clip are the generated MP3 preview (full-length / clip). Returns { download_url, expires_in }; the URL expires roughly 10 minutes after it is issued, so request a fresh one when it lapses. Fetch the URL directly — do not send your API token to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | ||
| asset_type | Yes | Which downloadable asset: audio_16/audio_24/audio_32 = the WAV master at that bit depth; audio_preview_full/audio_preview_clip = the generated MP3 preview (full-length / clip). |