Skip to main content
GET
/
v1
/
intent
/
topics
Browse all available intent topics
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/topics
{
  "data": [
    {
      "topicId": 123,
      "topicName": "<string>",
      "type": "<string>",
      "industry": "<string>",
      "category": "<string>"
    }
  ],
  "meta": {
    "total": 123,
    "page": 123,
    "pageSize": 123,
    "hasMore": true
  }
}

Query Parameters

type
enum<string>
Available options:
b2b,
b2c,
both
industry
string
Maximum string length: 100
category
string
Maximum string length: 100
q
string
Maximum string length: 100

Response

200 - application/json

Topic catalog

data
object[]
required
meta
object
required