Starting Index
transparent model intelligence
API
Model data, documented and testable.
Public endpoints expose proof and performance context. Subscriber endpoints expose model profile allocations, supporting metadata, and reports.
Private API access starts with Professional.
You can view public API documentation here. Private endpoint testing and API keys require a subscriber API plan.
GET
/api/subscriber/targets
The default subscriber profile allocation derived from the current ranked platform selection.
Response fields
- session
- data.model.selected_profile
- data.publication
- data.targets
- data.count
- data.total_weight
Authentication
Subscriber endpoints accept an API key sent as a bearer token or an active API-enabled subscriber browser session. Local preview environments may also have explicit demo access enabled.
Request/api/subscriber/targets
cURL
curl -s https://startingindex.com/api/subscriber/targets \
-H "Authorization: Bearer YOUR_API_KEY"Click Try Request to run a live request against this server.
