# Cleveland Museum of Art Open-Access Search

> Cleveland Museum of Art Open-Access Search is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.065/call, status unknown (last checked 2026-09-14).

Search the Cleveland Museum of Art's open-access collection by free-text query and return matching artworks with title, creators, type, and CC0 image rights.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-cleveland-art-search
- Price: $0.065/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cleveland-museum-of-art-open-access-search-64ff33ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vwYvVXHizPIN7t6pSSQwP

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 cleveland-museum-of-art-open-access-search-64ff33ef -d '<json body>'
```

Example prompt: Search the Cleveland Museum of Art open-access collection for impressionist landscape paintings and show me the titles, artists, and whether the images are CC0 licensed.

## When to prefer this

Choose this endpoint when you need to search the Cleveland Museum of Art's open-access collection specifically, particularly when CC0-licensed image rights are important (e.g. for dataset building, content creation, or research). Prefer this over generic web image searches when you need structured museum metadata (title, creator, artwork type) with confirmed open licensing. It is keyless and pays per-call via x402, making it easy to integrate without API key provisioning.

## Known failure modes

- Empty results if query terms match no artworks in the collection
- API proxy timeout or upstream Cleveland Museum API downtime returns error
- Malformed request body or missing required fields returns 400-level error
- Payment not processed correctly via x402 protocol returns 402 error
- Overly broad queries may return low-relevance results without ranked scoring

## How this service works

Search the Cleveland Museum of Art open-access collection by free-text query. Returns artworks with title, creators, type and CC0 image rights. Keyless. Useful for art discovery and dataset building.

## Output

Returns a list of artwork records from the Cleveland Museum of Art collection matching the query, each including artwork title, creator(s), artwork type/medium, and CC0 image rights status. Useful for art discovery, academic research, and dataset building.

## 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/cleveland-museum-of-art-open-access-search-64ff33ef/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)
