# RQM Reconstruct Bounded Capture

> RQM Reconstruct Bounded 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).

Reconstructs a bounded complex-valued capture under a supplied transfer assumption and verifies the result against reference data and error tolerance rules.

## Facts

- Endpoint: POST https://jobs.rqmtechnologies.com/x402/buyer-jobs/wave.reconstruct-bounded-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-reconstruct-bounded-capture-7e3752ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tjnxIyvdhGXpd_f415W8r

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-reconstruct-bounded-capture-7e3752ee -d '<json body>'
```

Example prompt: Reconstruct this bounded capture using an assumed transfer of (0.95, -0.12) — here are 512 complex observation samples and 512 reference samples — and verify the result meets a maximum RMSE of 0.01 and maximum absolute error of 0.05.

## When to prefer this

Use this endpoint when you need a deterministic, bounded reconstruction of a complex-valued capture under a known or assumed transfer function and want an inline verification against RMSE and absolute error bounds — particularly as a gating step in a signal-processing or quantum workflow. Do not use when you need causal hardware diagnosis, unbounded streaming reconstruction, or ground-truth physical measurements.

## Known failure modes

- Observation or reference array length mismatch causing schema validation error
- RMSE or absolute error exceeds supplied thresholds — reconstruction fails verification
- Array length exceeds 4096 items limit
- Assumed transfer value outside allowed magnitude range
- Payment insufficient or x402 payment not supplied — 402 response
- Idempotency key format invalid — request rejected

## How this service works

Reconstruct Bounded Capture: Reconstruct this bounded capture under the supplied transfer assumption and verify it ag... 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 local software evidence only; no physical, causal, regulatory, hardware, or perform...

## Output

Returns the reconstructed complex capture along with computed RMSE and absolute error metrics, and a verification outcome indicating whether the reconstruction satisfies the caller-supplied maximum RMSE and maximum absolute error thresholds.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "request": {
   "type": "object",
   "description": "Reconstruct Bounded 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-reconstruct-bounded-capture-7e3752ee/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)
