Search topics
Search for topics by keyword and return the most relevant matches, ordered by relevance.
Authorization
APIKeyHeader superAdminx-api-key<token>
In: header
Scope: superAdmin
Query Parameters
query*Query
The query to search for.
take?Take
The number of results to return, ordered by descending relevance.
Default
10Response Body
application/json
application/json
curl -X GET "https://connect-api.trendtracker.ai/topics?query=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}