probe_url
Probe a URL to identify its provider and verify if the track is downloadable according to provider rules.
Instructions
Detect provider for URL and check whether track is downloadable per provider rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | ||
| can_download | Yes | ||
| normalized_id | Yes | ||
| title | Yes | ||
| artist | Yes | ||
| duration | Yes | ||
| artwork_url | Yes | ||
| reason_if_denied | Yes |