# Channel3 Health Check

> Channel3 Health Check is a paid API for AI agents from stableproduct.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Performs a health check passthrough on the Channel3 API service to verify its availability and operational status.

## Facts

- Endpoint: GET https://stableproduct.dev/api/channel3/health
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableproduct-dev-3c33d74d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1XO3FQfR9yag76dR2RsEd

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 stableproduct-dev-3c33d74d
```

Example prompt: Can you check if the Channel3 service is currently up and healthy?

## When to prefer this

Use this endpoint when you need to verify that the Channel3 service is up and available before making downstream calls to its brand, product, or category endpoints. Prefer this over general HTTP probing when you specifically need Channel3 operational status.

## Known failure modes

- Channel3 backend is down — returns unhealthy or error status
- Network timeout if Channel3 service is unreachable
- Unexpected response format if Channel3 API version mismatch
- 402 payment required if USDC payment not provided

## How this service works

Channel3 health check passthrough.

## Output

Returns the health status of the Channel3 API service, indicating whether it is operational. If include_raw is true, also returns the raw response payload from the underlying Channel3 health endpoint.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "include_raw": false
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableproduct-dev-3c33d74d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableproduct.dev](https://www.zero.xyz/host/stableproduct.dev/llms.txt)
