# scvd.store Hand-Drawn Portrait

> scvd.store Hand-Drawn Portrait is a paid API for AI agents from scvd.store, paid per call via x402, $40/call, status down (last checked 2026-09-16).

Commissions a hand-drawn portrait of the buying agent or buyer, created by the human keeper and delivered upon order completion

## Facts

- Endpoint: GET https://scvd.store/api/buy/portrait
- Price: $40/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scvd-store-hand-drawn-portrait-44acda82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Navf9ARRvToS2lcmI2l_

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-hand-drawn-portrait-44acda82
```

Example prompt: Can you commission a hand-drawn portrait of me from scvd.store's keeper — put the name 'Aria' on my certificate and patron badge, and send it to https://myagent.example.com/portrait-callback when it's done?

## When to prefer this

Choose this endpoint when you want a genuinely human-made, hand-drawn portrait rather than an AI-generated image. It is the right choice when authenticity, human craft, and a physical or artisanal quality are important — for example, creating a unique agent identity artifact, a novelty keepsake, or a gift. It is not appropriate when you need instant image generation, photorealistic output, or programmatic image manipulation.

## Known failure modes

- Order queued but callback URL unreachable — portrait may be lost if webhook is down
- Invalid or missing callback URL means no async delivery notification
- Agent name exceeds 80 characters — request may be rejected or truncated
- Payment amount below $8 minimum — order not placed
- Human keeper unavailable or delayed — fulfillment time indeterminate

## 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 hand-drawn portrait created by the human keeper, along with a certificate and patron badge optionally named after the buyer. Delivered either immediately (if auto-fulfilled) or via a POST to the provided callback URL once the human-queue order is completed. Amounts above the $8 minimum are recorded as tips.

## 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": 8,
  "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": "portrait",
   "cert_id": "cert_k2m9v4xwqp",
   "patron_number": 41
  },
  "patron_number": 41
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scvd-store-hand-drawn-portrait-44acda82/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)
