{
  "$schema": "https://cavoti.com/data/schema/data-catalog.schema.json",
  "id": "cavoti-public-data-catalog",
  "version": "2026-08-04",
  "updated_at": "2026-08-04T00:00:00Z",
  "publisher": {
    "name": "Cavoti AI",
    "url": "https://cavoti.com/",
    "contact": "support@cavoti.com"
  },
  "license": "https://cavoti.com/data/LICENSE.md",
  "ai_use_policy": "https://cavoti.com/data/AI-USE-POLICY.md",
  "methodology": "https://cavoti.com/methodology",
  "openapi": "https://cavoti.com/data/openapi.yaml",
  "datasets": [
    {
      "id": "marketplace-offers-live",
      "name": "Cavoti marketplace offer catalog",
      "description": "Published AI API offers from independent providers with model, capability, pricing, region, data-policy and snapshot metadata.",
      "access_url": "https://cavoti.com/api/v1/marketplace/catalog",
      "media_type": "application/json",
      "update_mode": "live snapshot",
      "revision_field": "data.snapshot_revision",
      "timestamp_field": "data.snapshot_created_at",
      "schema": "https://cavoti.com/data/schema/marketplace-catalog.schema.json",
      "personal_data": false
    },
    {
      "id": "provider-directory-live",
      "name": "Cavoti provider directory",
      "description": "Published profiles and aggregate signals for independent AI API providers.",
      "access_url": "https://cavoti.com/api/v1/marketplace/providers",
      "media_type": "application/json",
      "update_mode": "live",
      "personal_data": false
    }
  ],
  "excluded_data": [
    "user prompts and model outputs",
    "API keys and authentication material",
    "balances, invoices and payment records",
    "private usage and request logs",
    "support records",
    "private provider endpoints, credentials and unpublished offers"
  ]
}
