Submit a startup credit or startup program for evidence-backed human review
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.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$25.00listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.sourcey.com/v1/startup-credits/reviews
| Category | Everything else |
|---|---|
| Provider host | api.sourcey.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"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"
}
Promised output schema (from the provider)
{
"$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/d