v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Leaderboard

Rebalances a leaderboard by adding responses for the given participants.

Unlike the plain boost, which only generates matchups among the boosted participants, this matches each given participant evenly against every other participant of the benchmark — the same distribution a participant receives when it is first submitted. Use it to bring under-sampled participants up to the rest of the leaderboard.

post/leaderboard/{leaderboardId}/rebalance

Path parameters

leaderboardIdstring required

The id of the leaderboard to rebalance.

Request body

participantsstring[] required

The participants of the given leaderboard that should receive responses.

totalResponsesinteger required

The total responses to add, shared evenly across all given participants.

seedinteger nullable

Optional seed for deterministic matchup selection. Use the same value across leaderboards of a benchmark to have them boosted on the same image pairs. Omit for random selection.

Response

No Content