{
  "x402Version": 2,
  "id": 8310,
  "slug": "8310",
  "resource": "https://api.sourcey.com/v1/startup-credits/reviews",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "25000000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "draft": {
              "company": {
                "category": "devtools-other",
                "domain": "example.invalid",
                "name": "Example Company",
                "site_url": "https://example.invalid",
                "summary": "An inert company used only to describe the request contract."
              },
              "offer": {
                "access_method": "form",
                "access_url": "https://example.invalid/apply",
                "benefit": "An inert example benefit.",
                "eligibility": "An inert example eligibility statement.",
                "summary": "An inert offer used only to describe the request contract.",
                "title": "Example startup program"
              },
              "standing_result": {
                "evaluated_at": "2026-01-01T00:00:00.000Z",
                "evidence_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
                "expires_at": "2026-01-01T01:00:00.000Z",
                "official_source_url": "https://example.invalid/startups",
                "policy_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
                "reasons": [
                  "Inert discovery example."
                ],
                "registrable_domain": "example.invalid",
                "result_contract": "sourcey.standing-result/v1alpha1",
                "result_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
                "route": "human_verification_required"
              }
            },
            "request_id": "sourcey_example_00000000000000000000000000000000"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "order": {
                "amount": {
                  "currency": "usd",
                  "minor_units": 2500
                },
                "created_at": "2026-01-01T00:00:00.000Z",
                "failure_receipt_digest": null,
                "fulfilment_receipt_digest": null,
                "funded_work_intent_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
                "order_id": "ord_0000000000000000000000000000000000000000000000000000000000000000",
                "paid_at": "2026-01-01T00:00:01.000Z",
                "payment_rail": "x402",
                "payment_state": "paid",
                "product_code": "startup-offer-human-verification",
                "product_definition_digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
                "purchase_kind": "one_off",
                "refund_reason": null,
                "refund_requested_at": null,
                "refunded_at": null,
                "sla_due_at": "2026-01-06T23:59:59.000+11:00",
                "status_contract": "sourcey.commercial-order-status/v1alpha1",
                "updated_at": "2026-01-01T00:00:01.000Z",
                "work_state": "queued"
              },
              "request_id": "sourcey_example_00000000000000000000000000000000",
              "status_url": "https://sourcey.invalid/v1/startup-credits/reviews/sourcey_example_00000000000000000000000000000000",
              "submission_id": "sub_0000000000000000000000000000000000000000000000000000000000000000"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$defs": {
                  "d0": {
                    "pattern": "^sha256:[a-f0-9]{64}$",
                    "type": "string"
                  },
                  "d1": {
                    "type": "string"
                  },
                  "d10": {
                    "$ref": "#/properties/input/properties/body/$defs/d2"
                  },
                  "d11": {
                    "pattern": "^sha256:[a-f0-9]{64}$",
                    "type": "string"
                  },
                  "d2": {
                    "format": "uri",
                    "type": "string"
                  },
                  "d3": {
                    "maxLength": 500,
                    "minLength": 1,
                    "type": "string"
                  },
                  "d4": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "d5": {
                    "maxLength": 240,
                    "minLength": 1,
                    "type": "string"
                  },
                  "d6": {
                    "maxLength": 240,
                    "minLength": 1,
                    "type": "string"
                  },
                  "d7": {
                    "maxLength": 500,
                    "minLength": 1,
                    "type": "string"
                  },
                  "d8": {
                    "maxLength": 500,
                    "minLength": 1,
                    "type": "string"
                  },
                  "d9": {
                    "enum": [
                      "form",
                      "contact",
                      "automatic",
                      "other"
                    ],
                    "type": "string"
                  }
                },
                "additionalProperties": false,
                "properties": {
                  "draft": {
                    "additionalProperties": false,
                    "properties": {
                      "company": {
                        "additionalProperties": false,
                        "properties": {
                          "category": {
                            "type": "string"
                          },
                          "domain": {
                            "$ref": "#/properties/input/properties/body/$defs/d1"
                          },
                          "name": {
                            "maxLength": 160,
                            "minLength": 1,
                            "type": "string"
                          },
                          "site_url": {
                            "$ref": "#/properties/input/properties/body/$defs/d2"
                          },
                          "summary": {
                            "maxLength": 240,
                            "minLength": 1,
                            "type": "string"
                          }
                        },
                        "required": [
                          "name",
                          "domain",
                          "category",
                          "summary",
                          "site_url"
                        ],
                        "type": "object"
                      },
                      "offer": {
                        "additionalProperties": false,
                        "properties": {
                          "access_method": {
                            "$ref": "#/properties/input/properties/body/$defs/d9"
                          },
                          "access_url": {
                            "$ref": "#/properties/input/properties/body/$defs/d10"
                          },
                          "benefit": {
                            "$ref": "#/properties/input/properties/body/$defs/d7"
                          },
                          "eligibility": {
                            "$ref": "#/properties/input/properties/body/$defs/d8"
                          },
                          "summary": {
                            "$ref": "#/properties/input/properties/body/$defs/d6"
                          },
                          "title": {
                            "$ref": "#/properties/input/properties/body/$defs/d5"
                          }
                        },
                        "required": [
                          "title",
                          "summary",
                          "benefit",
                          "eligibility",
                          "access_method"
                        ],
                        "type": "object"
                      },
                      "program": {
                        "additionalProperties": false,
                        "properties": {
                          "summary": {
                            "maxLength": 240,
                            "minLength": 1,
                            "type": "string"
                          },
                          "title": {
                            "maxLength": 240,
                            "minLength": 1,
                            "type": "string"
                          }
                        },
                        "required": [
                          "title",
                          "summary"
                        ],
                        "type": "object"
                      },
                      "standing_result": {
                        "additionalProperties": false,
                        "properties": {
                          "evaluated_at": {
                            "$ref": "#/properties/input/properties/body/$defs/d4"
                          },
                          "evidence_digest": {
                            "$ref": "#/properties/input/properties/body/$defs/d0"
                          },
                          "expires_at": {
                            "$ref": "#/properties/input/properties/body/$defs/d4"
                          },
                          "official_source_url": {
                            "$ref": "#/properties/input/properties/body/$defs/d2"
                          },
                          "policy_digest": {
                            "$ref": "#/properties/input/properties/body/$defs/d0"
                          },
                          "reasons": {
                            "items": {
                              "$ref": "#/properties/input/properties/body/$defs/d3"
                            },
                            "maxItems": 12,
                            "minItems": 1,
                            "type": "array"
                          },
                          "registrable_domain": {
                            "$ref": "#/properties/input/properties/body/$defs/d1"
                          },
                          "result_contract": {
                            "const": "sourcey.standing-result/v1alpha1",
                            "type": "string"
                          },
                          "result_digest": {
                            "$ref": "#/properties/input/properties/body/$defs/d0"
                          },
                          "route": {
                            "enum": [
                              "correction_required",
                              "repair_required",
                              "temporarily_unavailable",
                              "free_machine_review",
                              "human_verification_required"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "result_contract",
                          "policy_digest",
                          "evidence_digest",
                          "registrable_domain",
                          "official_source_url",
                          "route",
                          "reasons",
                          "evaluated_at",
                          "expires_at",
                          "result_digest"
                        ],
                        "type": "object"
                      }
                    },
                    "required": [
                      "standing_result",
                      "company",
                      "offer"
                    ],
                    "type": "object"
                  },
                  "entity_icon": {
                    "additionalProperties": false,
                    "properties": {
                      "relationship": {
                        "enum": [
                          "vendor-representative",
                          "community-contributor"
                        ],
                        "type": "string"
                      },
                      "source": {
                        "oneOf": [
                          {
                            "additionalProperties": false,
                            "properties": {
                              "bytes": {
                                "exclusiveMinimum": 0,
                                "maximum": 9007199254740991,
                                "type": "integer"
                              },
                              "kind": {
                                "const": "upload",
                                "type": "string"
                              },
                              "media_type": {
                                "enum": [
                                  "image/jpeg",
                                  "image/png",
                                  "image/webp",
                                  "image/svg+xml"
                                ],
                                "type": "string"
                              },
                              "original_digest": {
                                "$ref": "#/properties/input/properties/body/$defs/d11"
                              },
                              "upload_receipt_digest": {
                                "$ref": "#/properties/input/properties/body/$defs/d11"
                              }
                            },
                            "required": [
                              "kind",
                              "upload_receipt_digest",
                              "original_digest",
                              "bytes",
                              "media_type"
                            ],
                            "type": "object"
                          },
                          {
                            "additionalProperties": false,
                            "properties": {
                              "kind": {
                                "const": "official_url",
                                "type": "string"
                              },
                              "url": {
                                "format": "uri",
                                "type": "string"
                              }
                            },
                            "required": [
                              "kind",
                              "url"
                            ],
                            "type": "object"
                          }
                        ]
                      },
                      "trademark_owner": {
                        "maxLength": 240,
                        "minLength": 1,
                        "type": "string"
                      }
                    },
                    "required": [
                      "source",
                      "trademark_owner",
                      "relationship"
                    ],
                    "type": "object"
                  },
                  "request_id": {
                    "pattern": "^[A-Za-z0-9_-]{32,128}$",
                    "type": "string"
                  }
                },
                "required": [
                  "request_id",
                  "draft"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "$defs": {
                  "d0": {
                    "pattern": "^sha256:[a-f0-9]{64}$",
                    "type": "string"
                  },
                  "d1": {
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "order": {
                        "additionalProperties": false,
                        "properties": {
                          "amount": {
                            "additionalProperties": false,
                            "properties": {
                              "currency": {
                                "pattern": "^[a-z]{3}$",
                                "type": "string"
                              },
                              "minor_units": {
                                "exclusiveMinimum": 0,
                                "maximum": 100000000,
                                "type": "integer"
                              }
                            },
                            "required": [
                              "currency",
                              "minor_units"
                            ],
                            "type": "object"
                          },
                          "created_at": {
                            "$ref": "#/properties/output/properties/example/$defs/d1"
                          },
                          "failure_receipt_digest": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d0"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "fulfilment_receipt_digest": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d0"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "funded_work_intent_digest": {
                            "$ref": "#/properties/output/properties/example/$defs/d0"
                          },
                          "order_id": {
                            "pattern": "^ord_[a-f0-9]{64}$",
                            "type": "string"
                          },
                          "paid_at": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d1"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "payment_rail": {
                            "enum": [
                              "stripe",
                              "x402"
                            ],
                            "type": "string"
                          },
                          "payment_state": {
                            "enum": [
                              "payment_pending",
                              "paid",
                              "refund_pending",
                              "refunded",
                              "cancelled"
                            ],
                            "type": "string"
                          },
                          "product_code": {
                            "type": "string"
                          },
                          "product_definition_digest": {
                            "$ref": "#/properties/output/properties/example/$defs/d0"
                          },
                          "purchase_kind": {
                            "const": "one_off",
                            "type": "string"
                          },
                          "refund_reason": {
                            "anyOf": [
                              {
                                "enum": [
                                  "scope_superseded",
                                  "service_level_missed",
                                  "sourcey_error",
                                  "duplicate_charge"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "refund_requested_at": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d1"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "refunded_at": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d1"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "sla_due_at": {
                            "anyOf": [
                              {
                                "$ref": "#/properties/output/properties/example/$defs/d1"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "status_contract": {
                            "const": "sourcey.commercial-order-status/v1alpha1",
                            "type": "string"
                          },
                          "updated_at": {
                            "$ref": "#/properties/output/properties/example/$defs/d1"
                          },
                          "work_state": {
                            "enum": [
                              "blocked",
                              "queued",
                              "in_review",
                              "fulfilled",
                              "failed",
                              "cancelled"
                            ],
                            "type": "string"
                          }
                        },
                        "required": [
                          "status_contract",
                          "order_id",
                          "product_code",
                          "purchase_kind",
                          "product_definition_digest",
                          "funded_work_intent_digest",
                          "amount",
                          "payment_rail",
                          "payment_state",
                          "work_state",
                          "paid_at",
                          "sla_due_at",
                          "refund_reason",
                          "refund_requested_at",
                          "refunded_at",
                          "fulfilment_receipt_digest",
                          "failure_receipt_digest",
                          "created_at",
                          "updated_at"
                        ],
                        "type": "object"
                      },
                      "request_id": {
                        "pattern": "^[A-Za-z0-9_-]{32,128}$",
                        "type": "string"
                      },
                      "status_url": {
                        "format": "uri",
                        "type": "string"
                      },
                      "submission_id": {
                        "pattern": "^sub_[a-f0-9]{64}$",
                        "type": "string"
                      }
                    },
                    "required": [
                      "request_id",
                      "submission_id",
                      "order",
                      "status_url"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.sourcey.com",
  "lastUpdated": "2026-09-02T16:04:20.168Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T16:04:19.651Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.sourcey.com",
    "manifest_name": "api.sourcey.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}