Create Dictionary Entry

Create a new dictionary entry in the current workspace.

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
methodenumRequired
languagestringRequiredformat: "^[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,4})?$"1-10 characters
descriptionstring or nullOptional<=500 characters
pronunciationstring or nullOptional<=500 characters
upload_idstring or nullOptionalformat: "uuid"
ipastring or nullOptional<=500 characters

User-provided IPA transcription. Persisted as-is. Auto-generation via phonemizer/LLM is a POD-256 follow-up.

Response

Successful Response
dataobject
metaobject

Errors

422
Unprocessable Entity Error