# Art Institute of Chicago Artist/Agent Roster

> Art Institute of Chicago Artist/Agent Roster is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-14).

Lists artists and agents from the Art Institute of Chicago's collection with pagination, returning names and agent IDs for further detail lookup.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-artic-artist-roster
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/art-institute-of-chicago-artist-agent-roster-60d2362a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b_77dpoiJGSRMnsOp2DXF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability art-institute-of-chicago-artist-agent-roster-60d2362a -d '<json body>'
```

Example prompt: Can you pull me a list of artists from the Art Institute of Chicago collection — I need their names and IDs so I can look up more details on specific ones?

## When to prefer this

Choose this endpoint when you need to enumerate or browse artists/agents in the Art Institute of Chicago collection at scale, especially to harvest agent IDs for subsequent detail lookups. Prefer this over direct AIC API calls when you need a proxied, paid-access wrapper with structured pagination support.

## Known failure modes

- Empty body or malformed POST request may return a 400 error
- Upstream AIC API downtime may cause proxy failures
- No pagination parameters passed may return only a default first page
- Rate limiting or payment failure may result in 402 or 429 responses

## How this service works

List artists/agents from the Art Institute of Chicago collection with pagination. Returns names and agent IDs you can then resolve to full detail. Keyless open-access museum API.

## Output

A paginated list of artists and agents from the Art Institute of Chicago collection, including their names and unique agent IDs that can be used to retrieve full detail records from the AIC API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/art-institute-of-chicago-artist-agent-roster-60d2362a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
