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.| Name | Type | Description |
|---|---|---|
prompt | string | The input prompt for the models |
mode | string | random, topper, or manual |
models | array | (Optional) Specific model IDs if using manual mode |