Get Artist Profile
Public artist profile: the artist’s name, image, connected social profiles, and linked catalogs in one call.
No authentication. This endpoint is deliberately public and unbilled — it backs the shareable artist page at chat.recoupable.dev/artists/{id} and can be called without an API key. Only public fields are returned; account settings, instructions, and valuation data are never included.
Responses are cacheable (Cache-Control: public, s-maxage=300, stale-while-revalidate=600), so a value may be up to a few minutes stale.
Path Parameters
The unique identifier (UUID) of the artist account.
Response
Artist profile retrieved successfully.
The artist's account id.
The artist's display name.
URL of the artist's profile image, or null when none is set.
Connected social profiles, empty when none are linked.
Catalogs linked to the artist, newest first; empty when none are linked.
