# Channel3 Legacy Brand Detail (v0)

> Channel3 Legacy Brand Detail (v0) 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).

Retrieves detailed information about a specific Channel3 brand using its brand_id via the legacy v0 API.

## Facts

- Endpoint: GET https://stableproduct.dev/api/channel3/v0/brand-detail
- 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-37d7dfe3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rt5w-I_DeugtXP8qZheM2

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-37d7dfe3
```

Example prompt: Pull the Channel3 brand detail for brand_id 'nike-us' — include the raw data if available.

## When to prefer this

Use this endpoint when you have a specific Channel3 brand_id and need to retrieve full brand details, especially if you are working with legacy v0 integrations. Prefer the v1 brand detail endpoint for newer integrations; use this v0 endpoint for backward compatibility or when v1 is unavailable.

## Known failure modes

- brand_id not found — returns 404 or empty result
- missing required brand_id parameter — returns validation error
- legacy v0 endpoint may return deprecated or incomplete fields compared to v1
- payment not processed — x402 payment required error
- invalid brand_id format — returns 400 bad request

## How this service works

Legacy Channel3 brand detail by brand_id.

## Output

Returns a structured brand detail object from the Channel3 v0 legacy API, including brand metadata such as name, description, commission rates, 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-37d7dfe3/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)
