Skip to main content

DualMind Arena API

The DualMind Arena API allows you to programmatically:
  • Submit prompts to the arena
  • Retrieve anonymized model responses
  • Vote on comparisons
  • Access the public leaderboard data

Authentication

All API requests require an authentication token. You can obtain a personal access token from your account settings.

Base URL

All requests should be made to:

Comparisons

Submit a Prompt

Run a blind comparison between two models.
Parameters: Response:

Voting

Submit a Vote

Cast your vote for the better response. This reveals the model identities.
Body:
Response:

Models & Stats

List Models

Get the current list of available models and their ELO ratings.

Get Leaderboard

Retrieve the current global leaderboard.