Search Artists Data

Find an artist UUID via name or Spotify URL.

  • Chema Rodriguez
    Author
    por Chema Rodriguez
    17 days ago
  • GET /api/chatmu/search-artist

    Returns an array of artists matching the search query. This is essential for obtaining the Artist UUID that other complex endpoints and the Agent might need.


    Request Example

    GET https://chatmu.io/api/chatmu/search-artist?q=Rosalia&mode=local

    Parameters:

    • q: The query string (Artist Name).
    • mode: Use local for optimized internal catalog search.

    Spotify Fallback

    If you prefer searching strictly by Spotify catalog, you can use our proxy: GET /api/spotify/search-artist?q={name}




    Related Articles