Provyn Index API

Structured JSON access to the AI incident database. Integrate AI risk data into your own tools, dashboards, and compliance workflows.

Endpoints

GET/api/incidents

List and search incidents. Supports filtering by category, severity, industry, model provider, jurisdiction, incident status, and litigation status. Paginated.

Query Parameters
searchFull-text search across titles and summaries
categoryFilter by incident category
severitylow | medium | high | critical
industryFilter by industry
modelProviderFilter by AI provider
jurisdictionFilter by jurisdiction
sortBydate | severity | cost
pagePage number (default: 1)
limitResults per page (default: 20, max: 100)
GET/api/incidents/:slug

Get full incident details including sources, tags, and update timeline.

GET/api/stats

Aggregate statistics: total incidents, financial impact, breakdowns by category, provider, industry, and severity.

POST/api/incidents/submit

Submit a new incident for review. Submissions enter a moderation queue and are published after verification.

Authentication

All API requests require an API key passed via the Authorization header:

Authorization: Bearer pvk_your_api_key

Free tier: 100 requests/day. Register below to get your API key.

Example Response

{
  "incidents": [
    {
      "id": "a1b2c3d4-...",
      "title": "ChatGPT Fabricated Legal Citations in Avianca Brief",
      "slug": "chatgpt-fabricated-citations-avianca-2023",
      "dateReported": "2023-05-27",
      "category": "hallucination",
      "severity": "critical",
      "industry": "legal",
      "jurisdiction": "US",
      "modelProvider": "OpenAI",
      "modelName": "ChatGPT (GPT-3.5)",
      "harmType": "legal",
      "estimatedCostUsd": 5000,
      "litigationFiled": true,
      "litigationStatus": "resolved",
      "incidentStatus": "resolved",
      "summary": "..."
    }
  ],
  "total": 142,
  "page": 1,
  "totalPages": 8
}

Enterprise Access

Need higher rate limits, bulk export, custom integrations, or compliance report generation? Talk to us about enterprise plans.

Contact us for enterprise →