v1
latestOpenAPI 3.1.02026-07-226875162.5 KBWord Memory
Create Team Word Memory
Deprecated — removed on 2026-06-30. Use POST /v1/external/workspaces/{workspaceGuid}/word-memories instead. Behavior is unchanged until the sunset date.
Register a new word to the team's shared word memory.
Team word memories are accessible to all team members. Once registered, Tiro references this word during voice transcription for any team member's recording.
Duplicate entries (same entry value) are not allowed and will return 409 Conflict.
post/v1/external/teams/me/word-memories
Request body
Example request
{
"entry": "인공지능"
}Response
Team word memory created
Example response
{
"id": 1,
"entry": "인공지능",
"createdAt": "2026-04-01T10:30:00Z"
}