Raw SoundCloud API request
soundcloud_api_requestCall any SoundCloud API endpoint directly with stored credentials when no dedicated tool covers your need. Get raw JSON, or enable pagination for compact pages.
Instructions
Escape hatch: call any https://api.soundcloud.com endpoint directly with the stored credentials. Use only when no dedicated tool covers the need (see the soundcloud skill's api-reference). Returns the raw JSON; set paginate=true to add linked_partitioning and get a compact page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | auto = user token if logged in else app token; user = require login | auto |
| body | No | JSON body for POST / PUT | |
| path | Yes | Path such as /tracks/soundcloud:tracks:123/related | |
| query | No | Query parameters | |
| method | No | GET | |
| 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. | |
| paginate | No | GET only: request linked_partitioning and return a compact page |