Score a paper
/api/v1/foresight/scoreLive score decomposition plus the latest valid frozen prediction.
Returns the live signal-fusion score, viability breakdown, and the latest valid frozen public prediction (if one exists). Use this endpoint to inspect the model's reasoning for one paper.
| NAME | TYPE | REQUIRED | DESCRIPTION |
|---|---|---|---|
| arxiv_id | string | required | ArXiv paper identifier, e.g. 2305.16311. |
{ arxiv_id, viability_score, signal_fusion_score, breakdown, frozen_prediction|null, live }. live.source_state tells callers whether the score came from live, stale, seeded, or unavailable data.