# CompliancePulse Corporate Structure Intelligence

> CompliancePulse Corporate Structure Intelligence is a paid API for AI agents from compliancepulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://compliancepulse.theaslangroupllc.com/api/comply/corporate
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compliancepulse-corporate-structure-intelligence-2b1cfb3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_knaO_TAutSNQ-NGr88-ig

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-structure-intelligence-2b1cfb3c
```

Example prompt: What are the entity types I can register in Singapore, the UBO disclosure thresholds, annual compliance obligations, and any foreign-ownership restrictions for a fintech holding company?

## When to prefer this

Use this endpoint when an agent needs structured, jurisdiction-specific corporate compliance data covering entity types, UBO rules, annual obligations, and foreign-ownership restrictions in a single call. Prefer over general legal databases when the focus is corporate formation and ongoing compliance rather than employment law, tax, data privacy, or AML/KYC rules (which are served by sibling endpoints on the same platform).

## Known failure modes

- Unsupported or unrecognized jurisdiction returns an error or empty result
- Overly broad query without jurisdiction may return ambiguous data
- Jurisdiction data may lag recent legislative changes
- Missing required jurisdiction parameter results in a 400 error
- Niche sub-national jurisdictions may have limited coverage

## 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

A structured response containing available legal entity types for the queried jurisdiction, beneficial ownership disclosure thresholds and rules, annual compliance obligations (filings, audits, reporting deadlines), and foreign-ownership restrictions or limits applicable to the jurisdiction and entity type.

## 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-structure-intelligence-2b1cfb3c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from compliancepulse.theaslangroupllc.com](https://www.zero.xyz/host/compliancepulse.theaslangroupllc.com/llms.txt)
