API reference
Analytics
Live engagement for published posts.
Recent performance
GET/v1/public/analytics/performance
scopesanalytics:read
Live engagement for recent published posts. Instagram only today; unavailability is stated plainly with a machine reason, never fabricated.
request
curl https://api.taka.ai/v1/public/analytics/performance \
-H "Authorization: Bearer taka_live_..."response
{
"available": true,
"reason": null,
"posts": [
{
"platform": "instagram",
"permalink": "https://www.instagram.com/p/Cabc123/",
"publishedAt": "2026-09-01T09:30:00Z",
"caption": "Fresh croissants out of the oven at 7am",
"likes": 128,
"comments": 14
}
],
"coverage": "Live metrics cover Instagram only, for roughly the 25 most recent posts"
}