cURL
curl --request GET \ --url http://api.quno.ai/api/v1/topics/get_topic/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "subitems": [ { "id": 123, "prompt": "<string>", "search_intent": "<string>", "search_volume": 123 } ] }
Returns topic info and prompts that belong to the topic
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of topic to get
Topic info
Show child attributes
Was this page helpful?