Update an artist. All body fields are optional, but at least one must be provided. Use this endpoint to set basic profile (name, image, label), AI instructions, knowledge base entries, social profile URLs (mapped by platform), and pinned state for the calling account.
Documentation Index
Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt
Use this file to discover all available pages before exploring further.
Artist account ID to update.
Fields to update. At least one field must be provided.
All fields are optional. The request must include at least one field.
Artist display name
"The Weeknd"
Artist profile image URL. Pass an empty string to clear the existing image; otherwise must be a valid URL.
"https://i.scdn.co/image/abc123"
Custom AI instruction shown to assistants when this artist is the active context
"Always reference the artist's R&B catalog when discussing collaborations."
Record label name
"XO / Republic Records"
Knowledge base entries for this artist. Replaces the existing array when provided.
Map of uppercase platform identifier to social profile URL. Each entry replaces the existing social for that platform; platforms not included are preserved. Recognized keys: SPOTIFY, INSTAGRAM, TIKTOK, TWITTER, YOUTUBE, APPLE, FACEBOOK, THREADS. Keys are matched case-sensitively — lowercase keys will create duplicate socials instead of replacing the existing entry.
{
"SPOTIFY": "https://open.spotify.com/artist/1Xyo4u8uXC1ZmMpatF05PJ",
"INSTAGRAM": "https://instagram.com/theweeknd"
}
Pin or unpin the artist for the authenticated account. Affects only the caller's pin state, not other accounts.
Artist updated successfully