# Speer Cyber Defense – Convert Jobs

> Speer Cyber Defense – Convert Jobs is a paid API for AI agents from api.speercyberdefense.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Submits a previously quoted conversion job for execution in the cybersecurity data pipeline, paying $0.005 USDC per call via x402

## Facts

- Endpoint: POST https://api.speercyberdefense.com/v1/convert/jobs
- 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/speer-cyber-defense-convert-jobs-12414548
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D6Mfnqg-5ws_6DDhW70Gp

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 speer-cyber-defense-convert-jobs-12414548 -d '<json body>'
```

Example prompt: I got a quote ID of q_abc123 for that security data conversion job — can you go ahead and execute it now so I can get the results?

## When to prefer this

Use this endpoint when you have already obtained a conversion quote (quoteId) from the Speer Cyber Defense pipeline and need to execute/finalize that job. This is the second step in a two-step quote-then-execute workflow for cybersecurity data conversion tasks. Prefer this over direct one-shot analysis endpoints when the platform requires a prior quotation step.

## Known failure modes

- Invalid or expired quoteId returns an error (job not found or quote timed out)
- HTTP 503 if the underlying security analysis or conversion fails — no charge applied
- Missing quoteId in request body returns a validation error
- Payment failure via x402 prevents job execution

## How this service works

Cybersecurity micropayments API for AI agents — pay-per-call USDC on Base and Solana (x402 v2). Free utility services under /v1/free/* and gateway select under /v1/gateway/* (Public). Paid cybersecurity analysis, CVE/security news feeds, Base blockchain intelligence, network intel utilities, composite domain/URL reports, research, conversion, verification, and feeds. Failed security analyses are not billed (HTTP 503).

## Output

Returns a JSON object indicating whether the job succeeded (ok: true/false), the tool/resource identifier, a status string, and a human-readable summary of the completed conversion. Failed analyses return HTTP 503 and are not billed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "quoteId": {
   "type": "string",
   "example": "q_example"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "tool": "resource",
  "status": "ok",
  "summary": "Completed"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/speer-cyber-defense-convert-jobs-12414548/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.speercyberdefense.com](https://www.zero.xyz/host/api.speercyberdefense.com/llms.txt)
