Skip to main content
GET
/
api
/
v1
/
topics
/
get_all_topics
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
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Topic response

id
integer
required
name
string
required
subitems
object[]
required