curl --request POST \
--url https://api.tiro.ooo/v1/external/teams/me/word-memories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entry": "딥러닝"
}'{
"id": 1,
"entry": "딥러닝",
"createdAt": "2026-04-01T10:30:00Z"
}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.
curl --request POST \
--url https://api.tiro.ooo/v1/external/teams/me/word-memories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entry": "딥러닝"
}'{
"id": 1,
"entry": "딥러닝",
"createdAt": "2026-04-01T10:30:00Z"
}API key in format {id}.{secret}
The word or term to register. Must not be blank.
1"인공지능"