Quickstart
This guide walks you through obtaining a JWT, making your first API call, and interpreting the response.API access is available exclusively on the Enterprise plan. To discuss access, contact sales@briefedmedia.com.
Step 1: Obtain a JWT
Sign in at id.briefedmedia.com. After authentication, your account dashboard provides a JWT. Copy the token value — you will use it in theAuthorization header for all API requests.
JWTs are short-lived credentials signed with HMAC-SHA256. They are not API keys. Your token must include the
products.consumer_signals claim to access Consumer Signals endpoints.Step 2: Make your first request
Call the CPIx endpoint to retrieve the current Consumer Price Index signal:Step 3: Interpret the response
A successful response returns the CPIx composite score along with directional change data and underlying drivers:Step 4: Explore signals
Retrieve the full set of consumer signals withGET /api/signals:
Next steps
Authentication
JWT lifecycle, plan tiers, and alternative auth methods.
Consumer Signals Guide
Deep dive into the signals data model and sector taxonomy.
API Reference
Full endpoint documentation with request and response schemas.
Rate Limits
Understand throttling on AI-powered endpoints.