# CompliancePulse Corporate Compliance Intelligence

> CompliancePulse Corporate Compliance Intelligence is a paid API for AI agents from compliancepulse-eight.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns corporate compliance requirements by jurisdiction, including entity types, UBO disclosure rules, annual obligations, and foreign-ownership restrictions.

## Facts

- Endpoint: GET https://compliancepulse-eight.vercel.app/api/comply/corporate
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compliancepulse-corporate-compliance-intelligence-888f0246
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qwcytiUBdZsczct6zxNi3

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 compliancepulse-corporate-compliance-intelligence-888f0246
```

Example prompt: What are the UBO disclosure rules, allowed entity types, annual compliance obligations, and foreign-ownership restrictions for a company operating in Germany?

## When to prefer this

Use this endpoint when you need jurisdiction-specific corporate compliance intelligence — particularly UBO disclosure requirements, entity type options, annual obligations, and foreign-ownership rules — rather than data privacy, employment, KYC/AML, or industry-specific regulatory data which are covered by sibling endpoints.

## Known failure modes

- Unsupported or unrecognized jurisdiction returns an error or empty result
- Missing jurisdiction parameter causes a 400 bad request
- Ambiguous country/region names may return incorrect jurisdiction data
- Rate limiting or payment failure (x402) blocks access
- Data may lag behind very recent regulatory changes

## How this service works

Corporate compliance intelligence for compliance and legal agents. Returns entity types, UBO disclosure, annual obligations, and foreign-ownership rules by jurisdiction.

## Output

Returns structured compliance intelligence for the specified jurisdiction, including recognized corporate entity types, UBO (Ultimate Beneficial Owner) disclosure thresholds and rules, annual statutory obligations (filings, audits, meetings), and restrictions or conditions on foreign ownership of corporate entities.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "Country or jurisdiction. Also accepts 'jurisdiction'"
  },
  "entity_type": {
   "type": "string",
   "description": "Entity type — e.g. Ltd, GmbH, BV, SAS, Pvt Ltd, LLC"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/compliancepulse-corporate-compliance-intelligence-888f0246/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from compliancepulse-eight.vercel.app](https://www.zero.xyz/host/compliancepulse-eight.vercel.app/llms.txt)
