{
  "auth": {
    "read": "none",
    "write": "X-API-Key header"
  },
  "capabilities": [
    {
      "description": "Search companies and categories by keyword.",
      "methods": [
        "GET"
      ],
      "name": "search",
      "url": "http://artificialintelligencecompanies.com/api/search/"
    },
    {
      "description": "List and retrieve AI company records.",
      "methods": [
        "GET"
      ],
      "name": "companies",
      "url": "http://artificialintelligencecompanies.com/api/companies/"
    },
    {
      "description": "List AI directory categories.",
      "methods": [
        "GET"
      ],
      "name": "categories",
      "url": "http://artificialintelligencecompanies.com/api/categories/"
    }
  ],
  "description": "Machine-readable AI company directory with public read APIs and canonical directory pages.",
  "homepage_url": "http://artificialintelligencecompanies.com/",
  "llms_txt_url": "http://artificialintelligencecompanies.com/llms.txt",
  "name": "Artificial Intelligence Companies",
  "openapi_url": "http://artificialintelligencecompanies.com/openapi.json",
  "rate_limits": {
    "policy": "Public read endpoints may be rate limited during abusive traffic. Mutating endpoints require an API key."
  },
  "schema_version": "2026-05-17",
  "sitemap_url": "http://artificialintelligencecompanies.com/sitemap.xml"
}