# NameIntel Basic Name Score

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

Scores a brand or product name for quality, memorability, and suitability across specified TLDs, platforms, and trademark classes — without geographic or AI-findability signals.

## Facts

- Endpoint: POST https://api.nameintel.io/api/v1/score/basic
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nameintel-basic-name-score-74cf5bd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2MfiOH1Pq2HmZnHw5VnWd

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-basic-name-score-74cf5bd0 -d '<json body>'
```

Example prompt: Score the name 'Lumora' for me — check it against .com and .io TLDs, the platforms Twitter and Instagram, and Nice class 35 for business services.

## When to prefer this

Use this endpoint when you need a fast, low-cost name quality score and do not need geographic suitability or AI/LLM findability signals. It is ideal for quickly filtering a shortlist of candidate names by core brand strength before running more expensive full or GEO scoring. Choose the sibling 'Full name score' endpoint when you want all signals in one call.

## Known failure modes

- Empty or missing name field returns validation error
- Name exceeding 100 characters is rejected
- Invalid Nice class strings may return an error or be ignored
- Unrecognized platform identifiers may be silently dropped
- Payment failure via x402 returns 402 with payment details

## How this service works

Basic name score (no GEO)

## Output

A numeric quality score for the submitted name along with component metrics reflecting brandability, memorability, and suitability given the specified TLDs, platforms, and Nice trademark classes — without geographic or AI-findability analysis.

## 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-basic-name-score-74cf5bd0/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)
