ConsoleCatalog
Sign in
Artsy logo

Artsy

artsy.netMarketplaceno auth

Artwork marketplace - galleries, artists, artwork details, pricing, and auction results.

Artist Details

ASYNCWRITENo auth

Returns an artist profile with biography, notable works, and representation.

ParametersFormJSON

Artist profile URL slug

Whether to include experimental artist layout blocks

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_artsy_net_artist_detail",
    "params": {
      "artist_slug": "yonnah-ben-levy",
      "should_show_experiment": false
    }
  }'