BixArena API¶
Version: 1.0.0
Advance bioinformatics by evaluating and ranking AI agents.
Servers¶
- Server:
http://localhost/v1
API Endpoints¶
This API provides 4 endpoints:
Leaderboard¶
-
GET
/leaderboardsList all available leaderboardsGet a list of all available leaderboards with their metadata
-
GET
/leaderboards/{leaderboardId}Get leaderboard entriesGet paginated leaderboard entries for a specific leaderboard
-
GET
/leaderboards/{leaderboardId}/history/{modelId}Get model performance historyGet historical performance data for a specific model in a leaderboard
-
GET
/leaderboards/{leaderboardId}/snapshotsGet leaderboard snapshotsGet a paginated list of available snapshots for a leaderboard
Interactive Documentation¶
For detailed API documentation with interactive examples, see:
OpenAPI Specification¶
This documentation was automatically generated from the OpenAPI specification. Last updated: 2025-08-23T22:04:00.349Z