# NameIntel Full Name Score

> NameIntel Full Name Score is a paid API for AI agents from api.nameintel.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Scores a business or product name across multiple dimensions including domain availability, social handle availability, trademark conflicts, and AI findability to produce a composite quality score.

## Facts

- Endpoint: POST https://api.nameintel.io/api/v1/score
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nameintel-full-name-score-1c7a7737
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UfwvdazB4MAcHbSELC9kB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nameintel-full-name-score-1c7a7737 -d '<json body>'
```

Example prompt: Score the name 'Lumevo' for my SaaS startup — check .com and .io domains, Instagram and Twitter handles, and Nice class 42 for software services.

## When to prefer this

Use this endpoint when you need a holistic, single-call evaluation of a name's viability across all dimensions (domains, social, trademark, AI findability) rather than querying each dimension individually via sibling endpoints. Ideal for brand naming workflows where a composite score is needed quickly.

## Known failure modes

- Name string missing or empty — 400 Bad Request
- Name exceeds 100 characters — validation error
- Invalid Nice class codes — may return partial or empty trademark results
- Unknown platform or TLD strings may be silently ignored
- Payment not provided — 402 Payment Required (x402 flow)
- Service unavailable — 503 if upstream checks fail

## How this service works

Full name score

## Output

A composite score reflecting the overall viability of the name, synthesizing availability signals from domain registration, social handle availability, trademark conflicts in specified Nice classes, and AI/GEO findability into a single quality metric.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "maxLength": 100,
   "minLength": 1
  },
  "tlds": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "platforms": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "niceClasses": {
   "type": "array",
   "items": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nameintel-full-name-score-1c7a7737/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.nameintel.io](https://www.zero.xyz/host/api.nameintel.io/llms.txt)
