# gateway.apiosk.com – Data-Clean Name Normalizer

> gateway.apiosk.com – Data-Clean Name Normalizer is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Cleans and normalizes a raw company or person name into a canonical form, extracting legal suffixes and a normalized key

## Facts

- Endpoint: POST https://gateway.apiosk.com/data-clean/clean/name
- 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/gateway-apiosk-com-data-clean-name-normalizer-111ce8a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QFP-p6UopDi9WP4JUOAfW

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 gateway-apiosk-com-data-clean-name-normalizer-111ce8a0 -d '<json body>'
```

Example prompt: Can you clean and normalize this company name — 'Mollie B.V.' — and give me its canonical form, any legal suffixes, and a normalized key I can use for deduplication?

## When to prefer this

Use this endpoint when you need to deduplicate, match, or store company or person names in a consistent format. Ideal for ETL pipelines, CRM data cleanup, and entity resolution workflows where raw name strings vary in casing, punctuation, or legal suffix usage. Prefer over manual regex normalization when legal suffix extraction across multiple jurisdictions is needed.

## Known failure modes

- Missing or empty name field returns an error
- Unrecognized name format may return an empty legal_suffixes array
- Very short or ambiguous strings may produce a low-confidence canonical_name
- Service unavailable returns a non-ok response
- Payment failure (x402) causes request to be rejected before processing

## How this service works

Normalize person/company name casing, diacritics keying and legal suffixes such as B.V., GmbH, Ltd and LLC.

## Output

Returns a JSON object with: ok (boolean success flag), canonical_name (cleaned, properly-cased canonical form of the name), legal_suffixes (array of detected legal entity suffixes like 'B.V.', 'Inc.', 'LLC'), and normalized_key (lowercased, punctuation-stripped key suitable for deduplication or matching).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-data-clean-name-normalizer-111ce8a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
