Data API · Edge feature
A read-only Data API pulls your Flux LinkedIn metrics straight into Google Sheets, Looker Studio, or Power BI. One BI key, CSV or JSON, no export-and-re-upload.
API vs MCP
MCP is for AI agents — Claude, Cursor, anything that speaks the protocol. The Data API is for the tools you already live in: spreadsheets and BI dashboards that just need a URL.
MCP · Agents
Query from Claude & Cursor
40+ tools over HTTP — search, score drafts, pull engagers — from inside any MCP client.
Explore MCP →
Data API · BI
Feed Sheets, Looker, Power BI
A read-only key and a URL. Live numbers in the dashboards you already build in.
The first feed
The engagement-trends endpoint returns your daily, weekly, or monthly engagement as tidy rows — likes, comments, shares, conversation rate, and a rolling average — ready to chart.
Columns
GET https://fluxgraph.app/api/v1/datasets/engagement-trends?profile_id=YOUR_PROFILE_ID&granularity=daily&from=-90d
Authorization: Bearer YOUR_BI_KEY
{
"series": [
{ "date": "2026-06-01", "engagement": 412, "likes": 380, "comments": 24, "shares": 8,
"conversation_rate": 0.058, "rolling_avg": 366.4, "posts": 1 }
]
}Connectors
Append format=csv for spreadsheet-native output, or leave it off for JSON. Authenticate with a read-only BI key — generate one from the Connect page, which walks you through a profile-filled setup.
=IMPORTDATA("https://fluxgraph.app/api/v1/datasets/engagement-trends?profile_id=YOUR_PROFILE_ID&granularity=daily&from=-90d&format=csv&key=YOUR_BI_KEY")Replace YOUR_PROFILE_ID with the profile_id from your dashboard URL and YOUR_BI_KEY with a read-only key. The same URL works in Looker Studio (URL connector) and Power BI (Web source).
Google Sheets
IMPORTDATA on the CSV URL — refreshes on open.
Looker Studio
Add the URL as a community/URL data source.
Power BI
Get Data → Web, paste the URL, set the key header.
What's next
Engagement trends is the first Data API feed. Posts, top content, and audience breakdowns are next — same auth, same shape, so anything you build today keeps working.
One read-only key. Sheets, Looker, Power BI, or raw JSON.