GET /v1/rankings/eval/{preset_id}
Nightly forward-performance evaluation for a preset (or signal:<name>): rank-vs-forward-PnL Spearman, top-decile forward-PnL lift, forward Brier, survivorship — latest-first. The evidence for choosing which ranking to trust.
Nightly forward-performance evaluation for a preset (or signal:): rank-vs-forward-PnL Spearman, top-decile forward-PnL lift, forward Brier, survivorship — latest-first. The evidence for choosing which ranking to trust.
API key: Authorization: Bearer pk_live_… (mint at polyrank.app/api-keys)
In: header
Path Parameters
Query Parameters
Response Body
application/json
curl -X GET "https://example.com/v1/rankings/eval/string"{ "preset_id": "string", "runs": [ { "run_at": "string", "kind": "string", "grain": "string", "top_k": -9007199254740991, "cohort_size": -9007199254740991, "intent_pass": true, "intent_score": 0, "anti_flags": -9007199254740991, "spearman": 0, "topk_lift_pnl": 0, "topk_fwd_brier": 0, "survivorship": 0, "snapshot_age_sec": -9007199254740991 } ]}DELETE /v1/rankings/saved/{id} DELETE
Delete a saved ranking (owner only).
GET /v1/rankings/preset/{slug}/snapshot GET
A preset's persisted top-K board for a given day (rank + key + composite). Stable and lookahead-free — the selection object for slow-loop consumers. Omit ?date for the latest snapshot.