v1

latestOpenAPI 3.0.32026-07-265278189.1 KB
ManageSpokenTerms

List all Spoken Terms collections

List all Spoken Terms collections and their metadata, but not the actual terms.

get/v3/spoken-terms

Response

JSON object containing all Spoken Terms collections.

Example response

{
  "spoken_terms": [
    {
      "spoken_terms_id": "def3a26b-3e84-45b3-84ae-0c0aaf3525f7",
      "name": "Technical Terms",
      "term_lists": [
        {
          "lang": "en",
          "entry_count": 3
        }
      ],
      "creation_time": "2025-08-03T14:16:18.329Z"
    }
  ]
}