System snapshot
Overview
COLLECTION PRINCIPLE
Fetch less.
Return exactly what matters.
CACHE WINDOW—reduces repeat collection
Recent activity
Latest responses
No requests yet.
Integration
One clean endpoint
/v1/collections/stream
curl -N -X POST "https://your-domain.com/v1/collections/stream" \
-H "X-API-Key: ig_live_••••••" \
-H "Content-Type: application/json" \
-d '{"handle":"nasa","post_limit":7}'
The stream emits the picture and bio first, then each recent post as it becomes available.
Access control
Keys are isolated by project.
Create one key per product or environment. Secrets are shown once and stored only as secure hashes.
| Project | Key | Usage | Lookback | Status |
|---|
No API keys created yet.
Audit trail
Every collection has a receipt.
Inspect timing, cache use and the exact response preview returned to a project.
| Time | Handle | Project | Result | Posts | Duration |
|---|
No response logs yet.
Live check
Test before you integrate.
Queues a standalone browser collection and renders persisted stream events as the worker produces them.
Normalized JSON
Response
{
"status": "waiting_for_test"
}