# RQM Diagnose Multichannel Capture

> RQM Diagnose Multichannel Capture is a paid API for AI agents from jobs.rqmtechnologies.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Analyzes multichannel complex IQ samples to detect and report bounded Wave-Intelligence lane degradation findings with supporting metric evidence

## Facts

- Endpoint: POST https://jobs.rqmtechnologies.com/x402/buyer-jobs/diagnose-multichannel-capture-v1
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rqm-diagnose-multichannel-capture-2881c1b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bIVHEpKslcJ4WTpVdUEHw

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 rqm-diagnose-multichannel-capture-2881c1b2 -d '<json body>'
```

Example prompt: Diagnose this multichannel IQ capture for Wave-Intelligence degradation — I have 2 channels sampled at 1 MHz, each with 512 complex samples, and I need a bounded diagnostic result with metric evidence for each lane.

## When to prefer this

Use this endpoint when you need an objective, bounded diagnostic result for multichannel IQ or complex waveform data — especially when the result must directly gate or feed a subsequent automated step. Prefer it over hardware diagnostic tools or open-ended causal analysis services when you want a structured, metric-backed finding without physical-cause inference. Best suited for up to 8 channels with up to 1024 samples each at sample rates up to 1 GHz.

## Known failure modes

- Invalid channel_id format (must match ^[A-Za-z0-9._-]+$) returns validation error
- Sample count outside allowed range (1–1024 per channel) returns schema violation
- More than 8 channels submitted returns validation error
- sample_rate_hz of 0 or negative returns exclusiveMinimum violation
- Malformed complex samples missing real or imaginary fields return schema errors
- Network or payment failure returns x402 payment required or timeout error

## How this service works

Diagnose Multichannel Capture: Return bounded Wave-Intelligence lane findings and their metric evidence. Use when: The caller needs a bounded objective result that can directly gate or feed its next step. Returns: strict JSON summary, checksummed artifact manifest. Boundaries: Bounded deterministic reference processing only; no causal, hardware, operational, performance, classifie...

## Output

Returns bounded Wave-Intelligence lane findings for each submitted channel, along with the metric evidence supporting each finding. The result is a structured, objective diagnostic — no inferred physical causes or hardware-level claims — suitable for directly gating or feeding a downstream processing step.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "request": {
   "type": "object",
   "description": "Diagnose Multichannel Capture request metadata is discovery-only while execution is disabled.",
   "additionalProperties": true
  },
  "schema_version": {
   "const": "rqm.jobs.bazaar-buyer-job-request.v1"
  },
  "idempotency_key": {
   "type": "string",
   "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
   "maxLength": 128,
   "minLength": 1
  },
  "max_total_price": {
   "type": "string",
   "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rqm-diagnose-multichannel-capture-2881c1b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jobs.rqmtechnologies.com](https://www.zero.xyz/host/jobs.rqmtechnologies.com/llms.txt)
