# RiskPulse Business Risk Analysis

> RiskPulse Business Risk Analysis is a paid API for AI agents from riskpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns regulatory quality, corruption index, rule of law, IP protection, and market-entry guidance for a given country to support business expansion and risk decisions.

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/business
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-business-risk-analysis-37e3554e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_my_NY4UhAemwSwYXPoqcz

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 riskpulse-business-risk-analysis-37e3554e
```

Example prompt: Can you pull up the business risk profile for Vietnam — specifically the regulatory quality, corruption levels, rule of law, and IP protection, and tell me whether it looks like a good market-entry opportunity?

## When to prefer this

Use this endpoint when an agent needs country-level business risk intelligence focused specifically on regulatory quality, corruption, rule of law, and IP protection — particularly for market-entry or expansion decisions. Prefer over general country risk endpoints when the use case is business-oriented rather than travel safety or political risk.

## Known failure modes

- Unknown or misspelled country name returns an error or empty result
- Payment not processed (x402 protocol failure) returns 402 status
- Country not covered in dataset returns null or partial data
- Network timeout if upstream data source is unavailable

## How this service works

Business risk, market-entry risk, country expansion risk for any country worldwide. Returns regulatory quality, corruption, rule of law, IP protection, and market-entry guidance.

## Output

A structured report covering regulatory quality, corruption perception, rule of law, IP protection strength, and actionable market-entry guidance for the queried country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "industry": {
   "type": "string",
   "description": "industry"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-business-risk-analysis-37e3554e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse-five.vercel.app](https://www.zero.xyz/host/riskpulse-five.vercel.app/llms.txt)
