Skip to content

Traction Graph

v1.0.0
OpenAPI 3.1.0

Upriver API

A social insights API for ad generation platforms. It provides structured signals, like psychographics, behavioral insights, trends, and audience language, to help AI models generate relevant, higher-converting ads.

Server:https://api.upriver.ai

Production API server

Client Libraries

Traction Graph

Pre-computed traction graph points for a trend. Returns both 'all' and 'recent' windows with estimated curves plus separate blended activity curves.

Path Parameters
  • trend_id
    Type: string · Trend Id
    required
Query Parameters
  • metadata_mode
    Type: string · Metadata Mode

    How much traction metadata to include. 'basic' returns only precomputed series; 'debug' also returns raw evidence and diagnostics.

Responses
  • application/json
  • application/json
Request Example for get/v2/trends/{trend_id}/traction
curl 'https://api.upriver.ai/v2/trends/{trend_id}/traction' \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
null