The
/artist/download/csv
endpoint allows downloading a CSV file containing artist data.
Method:GET
Query Parameters:
Parameter | Type | Description |
---|---|---|
q (Optional) | string | Search query to filter artists in the CSV. |
user (Optional) | string | Filter by user ID(s). |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
q | string | query | ā | Search query to filter artists in the CSV |
user | string | query | ā | Filter by user ID(s) |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā 500 - Internal Server Error
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search query to filter artists in the CSV
Filter by user ID(s)
Response
Success
The response is of type file
.