Endpoints
Search Topic Sets
Search for topic set by keyword and return the most relevant matches, ordered by name.
Authorization
APIKeyHeader superAdminx-api-key<token>
In: header
Scope: superAdmin
Query Parameters
query*Query
The query to search for.
Length
1 <= length <= 50take?Take
The number of results to return, ordered by descending relevance.
Default
10Range
0 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://connect-api.trendtracker.ai/topic-sets?query=string"{
"data": [
{
"id": "string",
"name": "string"
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}