Trendtracker Connect

Search topics

Search for topics by keyword and return the most relevant matches, ordered by relevance.

GET
/topics

Authorization

APIKeyHeader superAdmin
x-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.

Default10

Response 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": {}
    }
  ]
}