# Strale Verify US Company

> Strale 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 US company data by CIK number, ticker symbol, or company name, returning structured compliance and financial validation data with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/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-verify-us-company-a64021cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dvcSo1eLhmJCE6SljsafM

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

Example prompt: Can you verify the US company details for Tesla — I need their official SEC registration data and compliance status to run a due diligence check before we sign a contract?

## When to prefer this

Choose this endpoint when you need authoritative, structured US company verification data with audit trails — particularly for due diligence, compliance checks, or financial validation of US-registered or SEC-regulated entities. Especially useful when you have a CIK number or stock ticker for precise lookups. Prefer over generic web search when you need structured JSON output with compliance provenance.

## Known failure modes

- Company not found for given name, ticker, or CIK — returns error or empty result
- Ambiguous company name matches multiple entities
- Invalid CIK format or non-existent CIK number
- Network timeout or upstream SEC/registry data unavailability
- Payment failure due to insufficient USDC balance ($1.40 per call)

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Structured JSON containing US company data (likely sourced from SEC/EDGAR), compliance status, financial validation details, and an audit trail for the queried entity identified by CIK, ticker, or name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "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-verify-us-company-a64021cc/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)
