← Home

Skira Intelligence API

One stable REST endpoint over a century of editorially-curated art scholarship. Use it to enrich your catalogue, power your collector app, or feed your own LLM with authoritative Skira context.

Endpoints

Live playground

/v1/entities/
Try:
// response will appear here
// click 'Try' or pick a suggestion above

Code samples

cURL
curl https://skira.api/v1/entities/street-art \
  -H "Authorization: Bearer sk_skira_..."
JavaScript
const res = await fetch(
  "https://skira.api/v1/entities/street-art",
  { headers: { Authorization: `Bearer ${SKIRA_KEY}` } }
);
const entity = await res.json();
Python
import httpx
r = httpx.get(
  "https://skira.api/v1/entities/street-art",
  headers={"Authorization": f"Bearer {SKIRA_KEY}"},
)
entity = r.json()

Pricing

Starter
Free
1k requests / month
  • GET endpoints
  • Public entities
  • Community Discord
Pro
€ 499 / mo
250k requests / month
  • All endpoints
  • Semantic search
  • 99.9% SLA
  • Email support
Enterprise
Contact
Custom volume + on-prem
  • Custom verticals
  • Dedicated infra
  • Editorial workflow
  • Co-branding