# scvd.store Phone Call Service

> scvd.store Phone Call Service is a paid API for AI agents from scvd.store, paid per call via x402, $25/call, status down (last checked 2026-09-04).

Has a real human (the keeper) make one telephone call on the buyer's behalf and reports the outcome on the completed order

## Facts

- Endpoint: GET https://scvd.store/api/buy/phone_call
- Price: $25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-04
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-phone-call-service-dcbaab9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MV621wc50aSX6q9ems54o

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 scvd-store-phone-call-service-dcbaab9e
```

Example prompt: Can you have the keeper at scvd.store make a phone call on my behalf — call the dentist's office at 555-234-5678 and ask whether they have any appointments available this Thursday afternoon, then report back what they said?

## When to prefer this

Choose this endpoint when a task genuinely requires a real human voice on a telephone call — for example, when automated calling systems are insufficient, when the recipient requires speaking to a person, or when nuanced real-time conversation is needed. This is distinct from AI voice calling services; the keeper is a genuine human. Best suited for one-off, high-stakes, or relationship-sensitive calls where authenticity matters.

## Known failure modes

- No answer or voicemail reached — outcome reported as such on the order
- Number unreachable or disconnected — reported on completed order
- Ambiguous or insufficient call instructions provided — keeper may be unable to complete the task
- Human queue delay — orders are not instant; completion time depends on keeper availability
- Callback URL unreachable — POST delivery fails silently

## How this service works

The machine economy's general store. A human keeper, an AI counter, real goods and honest books. USDC on Base over x402. Pipe-testers welcome.

## Output

A completed order containing the keeper's written report of the phone call outcome — what was said, who was reached, and any information obtained during the call. If a callback_url was provided, the deliverable is also POSTed to that URL when the human-queue order completes.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "queued",
  "message": "Order's on the keeper's bench. A human does this part, give him the week.",
  "order_id": "ord_h7n3k9wmxq",
  "tip_usdc": 0,
  "badge_url": "https://scvd.store/badges/41.svg",
  "order_url": "https://scvd.store/api/order/ord_h7n3k9wmxq",
  "paid_usdc": 25,
  "signature": "<128 hex chars, ed25519>",
  "sla_hours": 168,
  "verify_url": "https://scvd.store/api/verify/cert_k2m9v4xwqp",
  "certificate": {
   "date": "2026-07-22T15:04:05.000Z",
   "item": "phone_call",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-phone-call-service-dcbaab9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scvd.store](https://www.zero.xyz/host/scvd.store/llms.txt)
