# The Artillerist Art Commission Pricing Guide 2026 Article API

> The Artillerist Art Commission Pricing Guide 2026 Article API is a paid API for AI agents from theartillerist.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a structured, full-text article covering art commission pricing rates for 75 types of art in 2026, including Markdown content, topics, entities, sources, and metadata.

## Facts

- Endpoint: GET https://theartillerist.com/api/v1/articles/art-commission-pricing-guide-2026.json
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-artillerist-art-commission-pricing-guide-2026-article-api-3770c58e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gKpiM00JmRoDQVB30-YYn

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 the-artillerist-art-commission-pricing-guide-2026-article-api-3770c58e
```

Example prompt: Can you pull up The Artillerist's 2026 art commission pricing guide? I want to see the rates for all 75 types of art, with the full article text and sources.

## When to prefer this

Choose this endpoint when you need a comprehensive, structured, citable reference document on art commission pricing across many art types — especially when you need the full Markdown body plus metadata like topics, entities, and sources for downstream processing or agent reasoning. Prefer it over the Art Commission Quote API when you need educational/reference content rather than a specific project price estimate.

## Known failure modes

- HTTP 402 if payment is not provided or fails
- HTTP 404 if the article slug does not exist or has been moved
- HTTP 500 if the server encounters an internal error
- Stale pricing data if article version is not updated for 2026
- Empty or partial Markdown if the article body is truncated

## How this service works

Source-backed art research for grounded answers and creative decisions: Art Commission Pricing Guide 2026: Rates for 75 Types of Art. Paid JSON includes Markdown, topics, entities, sources, dates, ver

## Output

A structured JSON object containing the full Markdown text of the Art Commission Pricing Guide 2026 article (covering rates for 75 art types), along with extracted topics, named entities, cited sources, publication and version dates, and a task-use license declaration.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-artillerist-art-commission-pricing-guide-2026-article-api-3770c58e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theartillerist.com](https://www.zero.xyz/host/theartillerist.com/llms.txt)
