Get metadata about available verticals and categories for filtering.
Returns the taxonomy of verticals and their associated categories, with human-readable display names for building filter UIs.
cURL
curl --request GET \ --url https://api.upriver.ai/v1/topics/breakout/metadata \ --header 'X-API-Key: <api-key>'
{ "verticals": [ { "id": "<string>", "name": "<string>", "categories": [ { "id": "<string>", "name": "<string>" } ] } ] }
Successful Response
Metadata about available filters for breakout topics.
Available verticals with their categories
Show child attributes