Resolve a public GitHub release into the most plausible downloadable asset for a
Resolve a public GitHub release into the most plausible downloadable asset for a normalized OS/architecture target, excluding source/signature/checksum files and linking checksum companions when present. Returns ambiguity instead of silently choosing tied candidates. No private repositories or customer authentication.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
920 msmedian answer time
$0.003listed price per call
$0.003price 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://http--forest-gas-station-mainnet--lcjl27p8lmjs.code.run/release/asset-resolve
| Category | Code and developer |
|---|---|
| Provider host | http--forest-gas-station-mainnet--lcjl27p8lmjs.code.run |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.003 | 920 ms |
Example input (from the provider)
{
"body": {
"allow_prerelease": false,
"arch": "x86_64",
"os": "windows",
"release": "latest",
"repository": "owner/project"
},
"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": {
"additionalProperties": false,
"properties": {
"allow_prerelease": {
"type": "boolean"
},
"arch": {
"enum": [
"x86_64",
"x86",
"arm64",
"armv7",
"any"
]
},
"os": {
"enum": [
"windows",
"linux",
"macos",
"freebsd",
"any"
]
},
"release": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"repository": {
"maxLength": 300,
"minLength": 3,
"type": "string"
}
},
"required": [
"repository",
"os",
"arch"
],
"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": {
"additionalProperties": false,
"properties": {
"capability": {
"const": "release.asset-resolve"
},
"data": {
"additionalProperties": false,
"properties": {
"alternatives": {
"items": {
"additionalProperties": false,
"properties": {
"download_url": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"download_url"
],
"type": "object"
},
"type": "array"
},
"checksum_asset": {
"additionalProperties": false,
"properties": {
"download_url": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"name",
"download_url"
],
"type": [
"object",
"null"
]
},
"match": {
"additionalProperties": false,
"properties": {
"confidence": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"confidence",
"reasons"
],
"type": "object"
},
"release": {
"additionalProperties": false,
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"prerelease": {
"type": "boolean"
},
"published_at": {
"type": [
"string",
"null"
]
},
"tag": {
"type": "string"
}
},
"required": [
"tag",
"name",
"prerelease",
"published_at"
],
"type": "object"
},
"repository": {
"type": "string"
},
"selected_asset": {
"additionalProperties": false,
"properties": {
"content_type": {
"type": [
"string",
"null"
]
},
"digest": {
"type": [
"string",
"null"
]
},
"download_url": {
"type": "string"
},
"name": {
"type": "string"
},
"size_bytes": {
"minimum": 0,
"type": [
"integer",
"null"
]
}
},
"required": [
"name",
"download_url",
"content_type",
"size_bytes",
"digest"
],
"type": [
"object",
"null"