ConsoleCatalog
Sign in
Scale AI logo

Scale AI

scale.comAi Toolsno auth

Product pages, research papers, model leaderboards, and search.

Leaderboard Details

ASYNCREADNo auth

Returns a benchmark's description and ranked model scores by slug.

ParametersFormJSON

Leaderboard benchmark slug from the listing or search results

Next.js RSC flight hash for the leaderboard detail page

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_scale_com_leaderboard_detail",
    "params": {
      "leaderboard_slug": "sweatlas-refactoring",
      "rsc_token": "LL9TSRj-8F0RCBVF"
    }
  }'