# Sourcey Startup Credits Human Verification Review

> Sourcey Startup Credits Human Verification Review is a paid API for AI agents from api.sourcey.com, paid per call via x402, $25/call, status unknown (last checked 2026-09-14).

Submits a startup credits or vendor offer draft for paid human expert verification and publishes the result to Sourcey's public record

## Facts

- Endpoint: POST https://api.sourcey.com/v1/startup-credits/reviews
- Price: $25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sourcey-startup-credits-human-verification-review-c8498b5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NKNXi5pjHQuJOUJ21VBqX

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 sourcey-startup-credits-human-verification-review-c8498b5b -d '<json body>'
```

Example prompt: Submit our startup offer for human verification on Sourcey — the company is Acme Cloud (acmecloud.io), offering $10,000 in credits to pre-Series A startups, accessible via coupon code at acmecloud.io/startups, with a standing result showing 'claim_or_fund' route and the associated policy and evidence digests.

## When to prefer this

Choose this endpoint when you need a human expert to officially verify and publish a startup credits or vendor offer to Sourcey's public record, as opposed to automated machine review. Use this when the offer has cleared initial machine checks (standing_result route is 'claim_or_fund' or similar) and requires the paid human verification step for authoritative publication. This is distinct from free machine review and is appropriate when SLA-backed verification and a signed public record entry are required.

## Known failure modes

- Payment failure — x402 payment not processed or insufficient funds returns a payment error
- Invalid input schema — missing required fields like standing_result, company, or offer causes a 422 validation error
- Malformed digests — incorrectly formatted SHA-256 policy or evidence digests cause rejection
- Expired standing result — submitting a standing_result past its expires_at timestamp may be rejected
- Duplicate submission — submitting an identical offer draft already under review may be flagged

## How this service works

Submit a startup credit or startup program for evidence-backed human review. A passing review earns verified status for the exact admitted revision and every run returns a durable decision receipt; payment never guarantees the result or publication.

## Output

Returns a JSON object containing an order record with payment confirmation, an assigned submission ID, a status URL to track the review progress, the work state (initially 'queued'), an SLA due date by which the human review will be completed, and digests linking the submission to the funded work intent and product definition.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "target": {
   "oneOf": [
    {
     "type": "object",
     "required": [
      "kind",
      "draft"
     ],
     "properties": {
      "kind": {
       "type": "string",
       "const": "new_listing"
      },
      "draft": {
       "type": "object",
       "required": [
        "standing_result",
        "company",
        "offer"
       ],
       "properties": {
        "offer": {
         "type": "object",
         "required": [
          "title",
          "summary",
          "benefit",
          "eligibility",
          "access_method"
         ],
         "properties": {
          "title": {
           "type": "string",
           "maxLength": 240,
           "minLength": 1
          },
          "benefit": {
           "type": "string",
           "maxLength": 500,
           "minLength": 1
          },
          "summary": {
           "type": "string",
           "maxLength": 240,
           "minLength": 1
          },
          "access_url": {
           "type": "string",
           "format": "uri"
          },
          "eligibility": {
           "type": "string",
           "maxLength": 500,
           "minLength": 1
          },
          "access_method": {
           "enum": [
            "form",
            "contact",
            "automatic",
            "other"
           ],
           "type": "string"
          }
         },
         "additionalProperties": false
        },
        "company": {
         "type": "object",
         "required": [
          "name",
          "domain",
          "category",
          "summary",
          "site_url"
         ],
         "properties": {
          "name": {
           "type": "string",
           "maxLength": 160,
           "minLength": 1
          },
          "domain": {
           "type": "string"
          },
          "summary": {
           "type": "string",
           "maxLength": 240,
           "minLength": 1
          },
          "category": {
           "type": "string"
          },
          "site_url": {
           "type": "string",
           "format": "uri"
          }
         },
         "additionalProperties": false
        },
        "program": {
         "type": "object",
         "required": [
          "title",
          "summary"
         ],
         "properties": {
          "title": {
           "type": "string",
           "maxLength": 240,
           "minLength": 1
          },
          "summary": {
           "type": "strin
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "order": {
    "amount": {
     "currency": "usd",
     "minor_units": 2500
    },
    "paid_at": "2026-01-01T00:00:01.000Z",
    "order_id": "ord_0000000000000000000000000000000000000000000000000000000000000000",
    "created_at": "2026-01-01T00:00:00.000Z",
    "sla_due_at": "2026-01-06T23:59:59.000+11:00",
    "updated_at": "2026-01-01T00:00:01.000Z",
    "work_state": "queued",
    "refunded_at": null,
    "payment_rail": "x402",
    "product_code": "startup-offer-human-verification",
    "payment_state": "paid",
    "purchase_kind": "one_off",
    "refund_reason": null,
    "status_contract": "sourcey.commercial-order-status/v1alpha1",
    "refund_requested_at": null,
    "failure_receipt_digest": null,
    "fulfilment_receipt_digest": null,
    "funded_work_intent_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
    "product_definition_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000"
   },
   "request_id": "sourcey_example_00000000000000000000000000000000",
   "status_url": "https://sourcey.invalid/v1/startup-credits/reviews/sourcey_example_00000000000000000000000000000000",
   "submission_id": "sub_0000000000000000000000000000000000000000000000000000000000000000"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sourcey-startup-credits-human-verification-review-c8498b5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.sourcey.com](https://www.zero.xyz/host/api.sourcey.com/llms.txt)
