# RQM Compile Curated Processing Recipe

> RQM Compile Curated Processing Recipe 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-15).

Compiles a named curated processing recipe (normalize_peak, conjugate, or rotate_quarter_turn) against a complex-valued fixture and returns a validated pipeline with execution trace and round-trip RMSE check.

## Facts

- Endpoint: POST https://jobs.rqmtechnologies.com/x402/buyer-jobs/wave.compile-curated-processing-recipe.v1
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rqm-compile-curated-processing-recipe-823b738b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aPEj2Nsp9QSCsmc_uPN0Z

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-compile-curated-processing-recipe-823b738b -d '<json body>'
```

Example prompt: Compile the normalize_peak recipe against these 8 complex IQ samples (real and imaginary pairs) and confirm the round-trip RMSE stays below 0.001 — I need the validated pipeline and execution trace before proceeding.

## When to prefer this

Choose this endpoint when you need a bounded, deterministic validation that a specific named curated processing recipe (normalize_peak, conjugate, or rotate_quarter_turn) compiles correctly and meets a caller-specified RMSE tolerance against a concrete complex-valued fixture — especially when the result gates a downstream pipeline step. Do not use it for hardware-level truth, causal DSP diagnosis, unbounded streaming data, or processing recipes not in the supported enum.

## Known failure modes

- RMSE exceeds maximum_round_trip_rmse threshold — compilation fails with validation error
- Fixture array is empty or exceeds 4096 items — request rejected with schema validation error
- Unsupported or misspelled recipe name — rejected at input validation
- Complex value real or imaginary component out of ±1e12 bounds — schema rejection
- Network or payment authorization failure via x402 protocol

## How this service works

Compile Curated Processing Recipe: Compile this curated processing recipe and return its validated pipeline and execu... 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 a validated pipeline definition and an execution trace for the compiled recipe, along with round-trip RMSE measurement that must be at or below the caller-specified threshold; if the RMSE exceeds the bound or the recipe fails validation the response signals failure so the caller can gate its next step accordingly.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "request": {
   "type": "object",
   "description": "Compile Curated Processing Recipe 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-compile-curated-processing-recipe-823b738b/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)
