Zum Inhalt springen

Pronunciation API — Quickstart

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

This guide walks through getting a key and making your first request. You’ll need a NameDrop account with organization admin access.

Sign in to your NameDrop dashboard and select Pronunciation API in the left navigation.

NameDrop dashboard sidebar with the Pronunciation API item highlighted

If your organization hasn’t used the API before, you’ll see a Start 14-day free trial button (200 calls, no credit card). Once started, the dashboard shows your trial status, usage, and the key-management tools.

Pronunciation API dashboard showing the active trial banner, usage panel, and key generation form

Under Generate a new key, enter an owner / company name (and optionally restrict the key to specific domains), then click Generate key. Your new key is shown once — copy it and store it securely.

The "API key created" dialog showing a one-time key with a copy button

Send the key in the x-api-key header:

Terminal window
curl -H "x-api-key: nd_live_xxxxxxxx" \
"https://names-api.namedropiome.workers.dev/search?q=smith&limit=5"

You’ll get JSON with matches, phonetics, and audio filenames. For a fuller walkthrough — JS example, reading the response, and handling trial limits — see Using your API key, or the API reference for all endpoints and error codes.

The API keys table lists your keys with their tier, usage, and status. Edit a key’s allowed domains, or revoke it — revoked keys stop working immediately.

The API keys table showing a key with owner, tier, usage, and status