# Strale License Compatibility Check

> Strale License Compatibility Check is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054/call, status unknown (last checked 2026-09-14).

Checks whether a set of software licenses are compatible with each other, returning a compatibility verdict and audit record.

## Facts

- Endpoint: GET https://api.strale.io/x402/v2/license-compatibility-check
- Price: $0.054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-license-compatibility-check-91855a74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hk96OCvEzwrfB7utBDLRL

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 strale-license-compatibility-check-91855a74
```

Example prompt: Can you check if MIT, Apache-2.0, and GPL-3.0 are all compatible with each other — I need to know if I can legally combine these licenses in the same project?

## When to prefer this

Choose this endpoint when you need a fast, auditable license compatibility check with a verifiable cryptographic audit trail — especially valuable in regulated or enterprise environments where compliance documentation is required. Prefer this over manual legal lookup when checking combinations of multiple well-known SPDX licenses programmatically.

## Known failure modes

- Unrecognized or malformed license identifier strings may result in an error or unknown status
- Empty or missing licenses parameter returns a validation error
- Very obscure or custom licenses may not be recognized in the database
- Network timeout or upstream service unavailability returns a 5xx error

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a compatibility verdict indicating whether the provided licenses can be legally combined, along with details about any conflicts or restrictions. Each response includes a cryptographic audit record with chain hashing for traceability and compliance documentation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "licenses": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-license-compatibility-check-91855a74/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
