# Stratalize Workplace Safety Benchmark

> Stratalize Workplace Safety Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns OSHA injury rate benchmarks by company or industry, top-quartile threshold, and EMR context for employer safety assessment

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/workplace-safety-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-workplace-safety-benchmark-d6e1e360
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7k6pcpJ1Sm8OLFXXUe13T

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 stratalize-workplace-safety-benchmark-d6e1e360
```

Example prompt: Can you pull the OSHA injury rate benchmark and top-quartile safety threshold for general building contractors (NAICS 2361) in Texas so I can assess whether this subcontractor qualifies for bonding?

## When to prefer this

Use this endpoint when you need authoritative OSHA ITA-sourced injury rate benchmarks for insurance underwriting, surety bonding, or public contract prequalification. Prefer this over general web search when you need structured, cryptographically signed safety data with a verifiable receipt, especially for compliance or audit-grade decisions.

## Known failure modes

- Invalid or unrecognized NAICS code returns an error or empty result
- State code not found or unsupported returns a 400-level error
- No OSHA ITA data available for the requested company or industry combination
- Missing required parameters (company_or_industry or naics_code) returns a validation error
- Payment not completed via x402 protocol results in 402 Payment Required response

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when assessing employer safety record for insurance, bonding, or public contract prequalification. Returns OSHA injury rate by company or industry, top-quartile threshold, and EMR context. Source: OSHA ITA

## Output

Returns the OSHA injury rate for the specified company or industry and state, the top-quartile benchmark threshold for that sector, and Experience Modification Rate (EMR) context. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "naics_code": {
   "type": "string",
   "description": "Request parameter: naics code"
  },
  "company_or_industry": {
   "type": "string",
   "description": "Request parameter: company or industry"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-workplace-safety-benchmark-d6e1e360/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
