Create a pronunciation item
Creates a new pronunciation item inside a pronunciations-type group. The
referenced group_id must belong to your organization and have
type: pronunciations.
Authorization
bearerAuth API key in the Authorization: Bearer <key> header.
Keys are created in the SMAO dashboard (Settings → API Keys).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/pronunciation" \ -H "Content-Type: application/json" \ -d '{ "group_id": "65a1234567890abcdef01234", "word": "SMAO", "spell_out": true }'{ "data": { "id": "string", "group_id": "string", "group_name": "string", "word": "string", "replacement": "string", "ipa": "string", "spell_out": false, "rate": null, "case_sensitive": false, "active": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }}