# Strale API — Verify US Company

> Strale API — Verify US Company is a paid API for AI agents from api.strale.io, paid per call via x402, $1.404/call, status unknown (last checked 2026-09-15).

Looks up and verifies a US company by CIK number, ticker symbol, or company name, returning structured company data with a cryptographic audit record.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/verify-us-company
- Price: $1.404/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-api-verify-us-company-01cde7fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R4wngx6E9hEcZ7LWpJClq

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-api-verify-us-company-01cde7fd -d '<json body>'
```

Example prompt: Can you verify that 'Acme Technologies Inc.' is a real, registered US company — look it up by name or ticker and tell me what you find?

## When to prefer this

Choose this endpoint when you need authoritative, SEC-sourced verification of a US company's existence and identity — especially when you have a CIK number, ticker symbol, or need to confirm a legal company name before a financial, legal, or compliance workflow. Prefer this over generic web search when you need a structured, auditable result with cryptographic provenance rather than scraped text.

## Known failure modes

- Company name is ambiguous and matches multiple entities — returns multiple candidates or requires disambiguation
- CIK number is invalid or not found in SEC records — returns not-found error
- Ticker symbol has been delisted or reassigned — may return outdated or no data
- Input string is too short or generic — insufficient to identify a specific company
- Rate limits or payment issues result in 402 or 429 errors

## 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 structured company data including the legal company name, registration details, CIK number, ticker symbol (if applicable), and verification status, along with a cryptographic audit record and chain hash for provenance and trust verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company": {
   "type": "string",
   "description": "CIK number, ticker symbol, or company name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-api-verify-us-company-01cde7fd/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)
