$0.01/screen
$0.01/screen. Screen any name against OFAC, EU, and UK sanctions (UN included) plus Wikidata-derived PEP watchlists — fuzzy matching, instant JSON verdict. Compliance in one call, one of 155 Relaystation tools on one balance — relaystation.ai
Answeringour last check, 2026-09-24
1 of 1checks answered this week
639 msmedian answer time
$0.01listed price per call
$0.01price 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.relaystation.ai/v1/screening/match
| Category | Company and compliance |
|---|---|
| Provider host | api.relaystation.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 32 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 639 ms |
Example input (from the provider)
{
"body": {
"dob": "string",
"lists": [
"sanctions"
],
"name": "string",
"nationality": "string",
"threshold": 0,
"type": "person"
},
"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": {
"properties": {
"dob": {
"description": "Optional date of birth (reserved; not yet used in scoring).",
"type": "string"
},
"lists": {
"description": "Categories to screen against. Default both [sanctions, pep]; scope to one to narrow.",
"items": {
"enum": [
"sanctions",
"pep"
],
"type": "string"
},
"type": "array"
},
"name": {
"maxLength": 512,
"minLength": 1,
"type": "string"
},
"nationality": {
"description": "Optional nationality (reserved; not yet used in scoring).",
"type": "string"
},
"threshold": {
"description": "Similarity cut (0..1). Default from the screening.match.threshold tunable (0.7).",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"type": {
"description": "Optional entity-type filter.",
"enum": [
"person",
"entity"
],
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}