Artsy · Arazzo Workflow

Find an artist and list their artworks

Version 1.0.0

Mint an XApp token, search for an artist, then list that artist's artworks.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub ArtMarketplaceCultureMuseumsGalleriesAuctionsMediaHypermediaCompanyArazzoWorkflows

Provider

art

Workflows

findArtistArtworks
Authenticate, find an artist by term, and page their artworks.
3 steps inputs: client_id, client_secret, term
1
mintToken
2
findArtist
3
listArtistArtworks

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
# generated: '2026-07-18'
# method: generated
# source: openapi/art-openapi.yml
arazzo: 1.0.1
info:
  title: Find an artist and list their artworks
  version: 1.0.0
  summary: Mint an XApp token, search for an artist, then list that artist's artworks.
sourceDescriptions:
- name: artistsApi
  url: ../openapi/art-artists-api-openapi.yml
  type: openapi
- name: artworksApi
  url: ../openapi/art-artworks-api-openapi.yml
  type: openapi
- name: authenticationApi
  url: ../openapi/art-authentication-api-openapi.yml
  type: openapi
workflows:
- workflowId: findArtistArtworks
  summary: Authenticate, find an artist by term, and page their artworks.
  inputs:
    type: object
    properties:
      client_id:
        type: string
      client_secret:
        type: string
      term:
        type: string
        description: Artist name to search for.
  steps:
  - stepId: mintToken
    operationId: createXappToken
    requestBody:
      contentType: application/x-www-form-urlencoded
      payload:
        client_id: $inputs.client_id
        client_secret: $inputs.client_secret
    outputs:
      token: $response.body#/token
  - stepId: findArtist
    operationId: listArtists
    parameters:
    - name: X-Xapp-Token
      in: header
      value: $steps.mintToken.outputs.token
    - name: term
      in: query
      value: $inputs.term
    outputs:
      artist_id: $response.body#/_embedded/artists/0/id
  - stepId: listArtistArtworks
    operationId: listArtworks
    parameters:
    - name: X-Xapp-Token
      in: header
      value: $steps.mintToken.outputs.token
    - name: artist_id
      in: query
      value: $steps.findArtist.outputs.artist_id
    - name: size
      in: query
      value: 25
    outputs:
      artworks: $response.body#/_embedded/artworks

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/art-find-artist-artworks"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.