Suggest Pronunciation

Return a deterministic FE-parity pronunciation fallback. ``language`` is reserved for future per-locale rules; ``ipa`` is reserved for a future generator and is always ``None`` in this version. Workspace scoping is enforced via ``get_current_workspace`` even though the response is workspace-independent today: this keeps all ``/api/v1/`` endpoints uniform (see CLAUDE.md §Workspace Scoping) and leaves room for per-workspace dictionary overrides when the generator lands.

Authentication

AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer

Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.

Headers

X-Workspace-Idstring or nullOptional

Request

This endpoint expects an object.
wordstringRequired1-255 characters
languagestringRequiredformat: "^[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,4})?$"2-10 characters

Response

Successful Response
dataobject
metaobject

Errors

422
Unprocessable Entity Error