Sign in

Resolve URL

documented

Extract a full representation of a resource from a SoundCloud permalink URL.

GET /resolveSoundCloud URLsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.soundcloud.com/resolve?url={{$resolve_url}}" \
  -X GET \
  -H "accept: */*" \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}"