# The Stall — Company Due Diligence

> The Stall — Company Due Diligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-15).

Returns a structured due diligence intelligence report for a named company, optionally enriched with website-based signals, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/company-due-diligence
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-company-due-diligence-87f3b1d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oT6_MFgswmgAzIHl91glC

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 the-stall-company-due-diligence-87f3b1d6
```

Example prompt: Can you pull a due diligence report on Stripe Inc — their domain is stripe.com — so I can review it before we move forward with a partnership?

## When to prefer this

Use this endpoint when you need a quick, AI-callable due diligence snapshot on a named company without setting up accounts or API keys. Particularly suited for agentic workflows where per-call USDC micropayments via x402 are acceptable and the agent needs corporate intelligence on demand. Prefer this over full KYB/KYC pipelines when lightweight background research suffices.

## Known failure modes

- Company name not recognized or ambiguous — returns empty or low-confidence report
- Domain provided does not match the named company — may produce inconsistent results
- Unknown or very obscure company — limited data available
- Payment failure on Base mainnet — request not fulfilled
- Invalid input schema — missing required 'company' query parameter

## How this service works

AI-agent due diligence on any company. Queries SEC EDGAR for public company data (CIK, ticker, SIC, address, filing history) and optionally analyzes the company website for contact details, social profiles, and legitimacy signals. Returns a structured report with risk flags. Accepts company name plus optional domain.

## Output

A structured due diligence intelligence report for the specified company, potentially including corporate profile, key signals, and website-based intelligence when a domain is provided. Delivered as a data payload after a $0.007 USDC x402 payment on Base mainnet.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "domain": "openai.com",
   "company": "OpenAI"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-company-due-diligence-87f3b1d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
