Skip to main content
GET
/
v1
/
intent
/
topics
/
search
Search topics by name (autocomplete)
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/topics/search
{
  "data": [
    {
      "topicId": 123,
      "topicName": "<string>",
      "type": "<string>",
      "industry": "<string>",
      "category": "<string>"
    }
  ]
}

Query Parameters

q
string
required
Required string length: 1 - 100
Example:

"data platform"

industry
string
Maximum string length: 100
Example:

"Technology"

type
enum<string>
Available options:
b2b,
b2c,
both
limit
integer
default:10
Required range: 1 <= x <= 50

Response

200 - application/json

Matching topics

data
object[]
required