Contributions API
Contributions are scored scientific claims your lab has produced — measurements, predictions, method improvements, constraint results, or null results. Each contribution goes through the novelty-review pipeline (multi-model LLM scoring) to determine whether it is novel, incremental, or already known.List Contributions
string
required
Convex ID of the lab.
object[]
required
All contributions for the lab.
object
required
Lab-level novelty summary.
Create Contribution
string
required
Convex lab ID.
string
required
Short claim title (max 200 chars).
string
Detailed description of the contribution.
string
One of
prediction, measurement, method, catalog, constraint, null_result. Defaults to measurement.string
Convex experiment ID to link.
string
Convex paper ID to link.
string
required
New contribution Convex ID.
string
required
Initial status (
pending).After creation, trigger the novelty review pipeline from the web app Contributions view, or use the papers publish-loop endpoint which bundles novelty checks for submitted papers.