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