Skip to main content
Swarms API Documentation home page
Search...
⌘K
Get API Key
Account Management
Support
Clients
Search...
Navigation
API Reference
Check Swarm Types
Documentation
Marketplace API
API Reference
Examples
Changelog
Get Your API Key
Account Management
Discord
Technical Support
API Reference
GET
Root
GET
Health
GET
Check Swarm Types
POST
Run Swarm
POST
Run Agent
POST
Run Agent Batch
POST
Run Batch Completions
POST
Run Reasoning Agent Completions
GET
Get Reasoning Agent Types
GET
Get Logs
GET
Get Available Models
GET
Get Rate Limits
POST
Usage Costs
Agents
GET
List Agents
Auto Swarm Builder
POST
Auto-Generate Agent Swarm
GET
Get Auto Swarm Builder Execution Types
Advanced Research
POST
Execute Advanced Research Session
POST
Execute Batch of Research Sessions
Tool Management
GET
Get Available API Tools
Marketplace
POST
Get Marketplace Agents
Batched Grid Workflow
POST
Complete Batched Grid Workflow
Graph Workflow
POST
Execute Graph Workflow
200
422
Copy
{
"success"
:
true
,
"swarm_types"
: [
"<string>"
]
}
API Reference
Check Swarm Types
Check the available swarm types.
GET
/
v1
/
swarms
/
available
Try it
200
422
Copy
{
"success"
:
true
,
"swarm_types"
: [
"<string>"
]
}
Headers
x-api-key
string
required
Response
200
application/json
success
boolean | null
default:
true
swarm_types
string[] | null
Health
Run Swarm
⌘I