GET /api/dashboard
Live telemetry, performance metrics, and dashboard state.
dynamic telemetry response; designed for periodic refresh polling.
This guide is designed for professional onboarding after receiving API access context. It explains how to integrate current live endpoints, structure a production-safe workflow, and avoid misuse of preview and telemetry data paths.
These site endpoints are currently served on the same origin for platform use. If your deployment enables private API credentials, inject your key server-side and forward requests through your backend proxy.
Do not expose private tokens in browser code. Keep API keys in environment variables and rotate them according to your internal security policy.
Example secure pattern
1. Client - your backend - Qsentia API
2. Store secrets only on your backend runtime
3. Validate route-level permissions before forwarding requests
Live telemetry, performance metrics, and dashboard state.
dynamic telemetry response; designed for periodic refresh polling.
Marketplace model list sourced from live dashboard mapping.
public with revalidation headers (s-maxage and stale-while-revalidate).
Single-model details for model profile and statistics pages.
public with revalidation headers (s-maxage and stale-while-revalidate).
Live signal preview from latest decision telemetry for a selected model.
non-cache preview path with request limiting (5 calls per hour per IP).
curl -X GET https://your-domain.com/api/models
curl -X GET https://your-domain.com/api/models/qsentia_brppo_macro_rotation_alpaca
curl -X POST https://your-domain.com/api/models/qsentia_brppo_macro_rotation_alpaca/demo