# NameIntel USPTO Trademark Conflict Check

> NameIntel USPTO Trademark Conflict Check is a paid API for AI agents from api.nameintel.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Checks whether a given name conflicts with existing USPTO trademark registrations, optionally scoped by Nice classes

## Facts

- Endpoint: POST https://api.nameintel.io/api/v1/check/trademark
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nameintel-uspto-trademark-conflict-check-1e2604f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f0hC44UXZWsReKI_rH7yb

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-uspto-trademark-conflict-check-1e2604f3 -d '<json body>'
```

Example prompt: Can you check if the name 'LuminArc' has any USPTO trademark conflicts, specifically in Nice classes 9 and 42 for software and technology services?

## When to prefer this

Use this endpoint when you need to screen a brand, product, or company name against USPTO trademark records before launch or registration. Prefer this over a general web search when you need structured trademark conflict data scoped to specific Nice classes or platforms. Best for pre-launch brand validation workflows where IP clearance is required.

## Known failure modes

- Name too long (exceeds 100 characters) returns validation error
- Empty name string rejected
- Invalid Nice class codes return error
- Payment not fulfilled returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- USPTO data temporarily unavailable returns 503

## How this service works

USPTO trademark conflict check

## Output

Returns trademark conflict data indicating whether the queried name conflicts with existing USPTO registrations, likely including conflicting mark names, registration numbers, Nice class matches, and a conflict risk assessment.

## 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-uspto-trademark-conflict-check-1e2604f3/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)
