# Art Institute of Chicago Exhibitions List (via Suverse Proxy)

> Art Institute of Chicago Exhibitions List (via Suverse Proxy) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Lists current and upcoming exhibitions at the Art Institute of Chicago with pagination, returning exhibition titles and IDs via a proxied open-access museum API.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-artic-exhibitions
- Price: $0.06/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-exhibitions-list-via-suverse-proxy-9fda284e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hEgmTbcbdgB8txMhqDxgF

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-exhibitions-list-via-suverse-proxy-9fda284e -d '<json body>'
```

Example prompt: Can you get me a list of exhibitions at the Art Institute of Chicago, including their titles and IDs, so I can populate my cultural calendar app?

## When to prefer this

Choose this endpoint when you need structured, paginated exhibition data from the Art Institute of Chicago specifically, and want a proxied, pay-per-call access pattern without managing direct API authentication. Ideal for agents building cultural calendars, enriching museum datasets, or powering travel guide content with ARTIC exhibition listings.

## Known failure modes

- Upstream ARTIC API unavailability causing timeout or 5xx error
- Pagination out of bounds returning empty results
- Malformed POST body causing 400 validation error
- Payment failure (x402 protocol) preventing request from being processed
- Rate limiting from the proxy layer

## How this service works

List exhibitions at the Art Institute of Chicago with pagination. Returns exhibition titles and IDs. Keyless open-access museum API. Useful for cultural calendars and museum-content datasets.

## Output

Returns a paginated list of Art Institute of Chicago exhibitions, each with an exhibition title and a unique ID, suitable for building cultural calendars, datasets, or museum content applications.

## 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-exhibitions-list-via-suverse-proxy-9fda284e/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)
