cURL
curl --request GET \ --url https://api-prod.voltai.ai/source/api/topics/tree/ \ --cookie sessionid=
{ "organization": "<string>", "tree": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "is_published": true, "is_popular": true, "subtopics": [ {} ] } ], "count": 123 }
Get the hierarchical topic tree for the organization
Organization name (required for multi-tenant API keys)
Start tree from specific topic UUID
Topic tree response schema.
Show child attributes