Upload track
soundcloud_upload_trackPublish a local audio file as a new track on your SoundCloud account. Specify title, sharing, and metadata; supports formats up to 4 GB/24 hours.
Instructions
Upload an audio file from the local filesystem as a new track for the logged-in user (multipart POST /tracks). Limits: 4 GB, 24 hours of audio; formats AIFF, WAVE, FLAC, OGG, MP2, MP3, AAC, AMR, WMA. Artwork upload requires a PRO account. Confirm title, sharing and file with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrc | No | ||
| genre | No | ||
| title | Yes | Track title | |
| artist | No | Artist name when different from the uploading user | |
| account | No | Logged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them. | |
| license | No | ||
| release | No | Release / catalog number | |
| sharing | No | ||
| tag_list | No | Space-separated tags; quote multi-word tags, e.g. techno "deep house" geo:lat=43.5 | |
| file_path | Yes | Absolute or relative path of the audio file | |
| permalink | No | URL slug of the track | |
| label_name | No | ||
| streamable | No | ||
| commentable | No | ||
| description | No | ||
| artwork_path | No | Path to a gif/jpeg/png artwork (PRO accounts only) | |
| downloadable | No | ||
| purchase_url | No | ||
| release_date | No | yyyy-mm-dd | |
| reveal_stats | No | false hides play/like counts (quiet mode) | |
| embeddable_by | No | ||
| reveal_comments | No | false hides comments (quiet mode) |