VerityVerity API
API Reference

Search coverage criteria

Search through coverage criteria blocks (indications, limitations, documentation requirements).

GET
/coverage/criteria

Authorization

bearerAuth
AuthorizationBearer <token>

API keys are prefixed with vrt_live_ for production or vrt_test_ for testing. Example: vrt_live_abc123xyz

In: header

Query Parameters

q*string

Search query for criteria text (max 500 characters)

Length1 <= length <= 500
section?string

Filter by section type

Value in"indications" | "limitations" | "documentation" | "frequency" | "other"
policy_type?string

Filter by policy type

Value in"LCD" | "Article" | "NCD" | "PayerPolicy"
jurisdiction?string

Filter by MAC jurisdiction

Lengthlength <= 10
cursor?string

Pagination cursor

limit?integer

Results per page

Default50
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://verity.backworkai.com/api/v1/coverage/criteria?q=diabetes"
{
  "success": true,
  "data": [
    {
      "criteria_id": "string",
      "section": "indications",
      "text": "string",
      "tags": [
        "string"
      ],
      "requires_manual_review": true,
      "confidence_score": 0.1,
      "policy": {
        "policy_id": "string",
        "title": "string",
        "policy_type": "string",
        "jurisdiction": "string",
        "effective_date": "string"
      }
    }
  ],
  "meta": {
    "pagination": {
      "cursor": "eyJpZCI6MTIzfQ",
      "has_more": true,
      "limit": 50
    },
    "search": {
      "query": "string",
      "section": "string"
    },
    "filters": {
      "policy_type": "string",
      "jurisdiction": "string"
    }
  }
}
{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid query parameters",
    "hint": "Check the 'code' parameter format",
    "details": {}
  },
  "meta": {
    "request_id": "req_abc123"
  }
}
{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid query parameters",
    "hint": "Check the 'code' parameter format",
    "details": {}
  },
  "meta": {
    "request_id": "req_abc123"
  }
}
{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Invalid query parameters",
    "hint": "Check the 'code' parameter format",
    "details": {}
  },
  "meta": {
    "request_id": "req_abc123"
  }
}