Playlists
Get playlists
GET
https://api.tunio.ai/v1/playlistsReturns playlists for the current user (supports query/title search)
Query parameters
| Name | Type | Description |
|---|---|---|
| title | string | Filter playlists by title |
| query | string | Search term for playlists |
| kind | string | Playlist kind (dynamic/static) |
| allow_insertion | string | Filter playlists allowing insertion |
Responses
| Name | Type | Description |
|---|---|---|
| items | array | - |
| [item]Required | object | - |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |