v1

latestOpenAPI 3.1.02026-08-041911887.3 KB
Topics

Get a topic by id

get/topics/{id}

Path parameters

idstring uuid required
Example:bcd2d868-ed38-4382-b94a-622a30fc3215

Response

Returns the trained topic for this id

Example response

{
  "topic": {
    "id": "aaca73a5-f4d6-4e40-85c4-8258d4bc63a8",
    "name": "3D Printing",
    "description": "3D Printing is a manufacturing process that ..."
  }
}