# AIC Artwork Details by ID

> AIC Artwork Details by ID is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns artwork metadata (title, artist, date, medium, dimensions, origin, image ID) for a given Art Institute of Chicago artwork ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/artic-artwork
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aic-artwork-details-by-id-15cad1dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_auzraaNIE7_JtABb5uwNE

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 aic-artwork-details-by-id-15cad1dd -d '<json body>'
```

Example prompt: Can you pull up the details for Art Institute of Chicago artwork ID 27992 — I need the title, artist, date, medium, dimensions, and image ID.

## When to prefer this

Use this endpoint when you need structured metadata about a specific Art Institute of Chicago artwork and already have the AIC artwork ID. Prefer this over scraping the AIC website or using a general web search when you need clean, structured JSON output including image ID for downstream rendering.

## Known failure modes

- Invalid or non-existent artwork ID returns an error or empty result
- Missing ?id= parameter causes a bad request response
- AIC upstream API downtime results in a gateway or timeout error
- Payment of $0.02 USDC not completed results in 402 Payment Required

## How this service works

Artwork details (title, artist, date, medium, dimensions, origin, image id) for an AIC artwork id, from the keyless Art Institute API. Query: ?id= Returns JSON.

## Output

A JSON object containing the artwork's title, artist name, creation date, medium, physical dimensions, geographic/cultural origin, and image ID as provided by the AIC Open API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aic-artwork-details-by-id-15cad1dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
