# Channel3 Brand Detail by ID

> Channel3 Brand Detail by ID is a paid API for AI agents from stableproduct.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches detailed information about a specific Channel3 brand using its brand_id.

## Facts

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

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-f5a1be8a
```

Example prompt: Can you pull up the full brand details for the Channel3 brand with ID 'acme-123'? I want to see its profile, category, and any available metadata.

## When to prefer this

Use this endpoint when you have a specific Channel3 brand_id and need full brand detail, as opposed to searching or listing brands. Prefer this over the legacy brand detail endpoint for up-to-date schema and fields. Use the search endpoint first if you only have a brand name and need to discover the brand_id.

## Known failure modes

- Missing or empty brand_id returns a 400 validation error
- Non-existent brand_id returns a 404 not found response
- Invalid method (POST, PUT) returns 405 method not allowed
- Payment not provided or insufficient returns 402 payment required
- Network or upstream Channel3 service unavailability returns 503

## How this service works

Get Channel3 brand detail by brand_id.

## Output

Returns a detailed brand object from the Channel3 platform, including brand name, description, category affiliations, commission rate details, and optionally raw source data if include_raw is set to true.

## 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/stableproduct-dev-f5a1be8a/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)
