# Applied Identities AI Readiness Composite Scores

> Applied Identities AI Readiness Composite Scores is a paid API for AI agents from research.appliedidentities.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns three composite AI readiness index scores with historical data for tracking AI adoption and preparedness trends

## Facts

- Endpoint: GET https://research.appliedidentities.com/x402/ai-index/composites
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/applied-identities-ai-readiness-composite-scores-4f7a0c19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7NXNG85wlBSvkkwCtIwet

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability applied-identities-ai-readiness-composite-scores-4f7a0c19
```

Example prompt: Can you pull the latest AI readiness composite scores from Applied Identities Research, including the historical data, so I can see where things stand and how the scores have trended?

## When to prefer this

Use this endpoint when you need structured, pre-computed composite AI readiness scores with historical context from Applied Identities Research, particularly for tracking AI adoption trends or benchmarking readiness across time periods. Prefer this over building your own index when you need three distinct composite dimensions of AI readiness in a single call.

## Known failure modes

- 402 Payment Required if x402 payment not provided
- Network timeout if service is unavailable
- Empty or stale data if index has not been recently updated
- Malformed response if schema changes on provider side

## How this service works

Three composite AI readiness scores with history

## Output

Returns three composite AI readiness index scores along with their historical values, enabling trend analysis and benchmarking of AI adoption and preparedness levels over time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/applied-identities-ai-readiness-composite-scores-4f7a0c19/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from research.appliedidentities.com](https://www.zero.xyz/host/research.appliedidentities.com/llms.txt)
