Vet and pick a domain in one call — give candidate names, get back a ranked verd
Vet and pick a domain in one call — give candidate names, get back a ranked verdict on which to use and whether it's safe to build on: availability across TLDs, name quality, typosquat exposure, and a factual brand-collision check against similar existing names. Collapses the pick-a-brand-name funnel into one call. Search terms: vet a domain, pick a brand name, check domain before building, choose startup name.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
941 msmedian answer time
$0.2listed price per call
$0.2price 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://netintel.dev/domain/vet
| Category | Search and research |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| 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-24 | valid payment request | 402 | $0.2 | 941 ms |
Example input (from the provider)
{
"body": {
"candidates": [
"satsdesk",
"payloop"
],
"tlds": [
".com",
".io"
]
},
"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": {
"candidates": {
"items": {
"type": "string"
},
"type": "array"
},
"deep_check_top_n": {
"type": "number"
},
"tlds": {
"items": {
"type": "string"
},
"type": "array"
},
"use_case": {
"type": "string"
}
},
"required": [
"candidates"
],
"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": {
"properties": {
"candidates": {
"items": {
"type": "object"
},
"type": "array"
},
"duration_ms": {
"type": "number"
},
"findings": {
"items": {
"type": "object"
},
"type": "array"
},
"flags": {
"items": {
"type": "string"
},
"type": "array"
},
"grade": {
"type": "string"
},
"recommended": {
"type": "string"
},
"run_id": {
"type": "string"
},
"score": {
"type": "number"
},
"signals_unavailable": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}