Skip to main content
GET
/
v1
/
topics
/
breakout
/
{topic_id}
Get Breakout Topic
curl --request GET \
  --url https://api.upriver.ai/v1/topics/breakout/{topic_id} \
  --header 'X-API-Key: <api-key>'
{
  "topic": {
    "topic_id": "<string>",
    "canonical_name": "<string>",
    "vertical": "<string>",
    "status": "<string>",
    "importance_score": 123,
    "discovered_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "category": "<string>",
    "tags": [
      "<string>"
    ],
    "confidence_score": 123,
    "relevance_score": 123,
    "source_summary": {},
    "citations": [
      {
        "source_category": "<string>",
        "source_url": "<string>",
        "title": "<string>",
        "snippet": "<string>",
        "source_authority": 123,
        "engagement_score": 123,
        "published_at": "2023-11-07T05:31:56Z"
      }
    ],
    "entities": [
      {
        "raw_mention": "<string>",
        "canonical_name": "<string>",
        "entity_type": "<string>",
        "confidence": 123,
        "resolution_tier": "<string>",
        "entity_id": "<string>"
      }
    ],
    "engagement": {
      "percentile_score": 123
    },
    "trend": {
      "momentum": 1.15,
      "direction": "rising"
    }
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

topic_id
string
required

Response

Successful Response

Response for getting a single topic.

topic
BreakoutTopicResponse · object
required

The requested topic