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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

UUID of topic to get

Response

Topic info

id
integer
required
name
string
required
subitems
object[]
required