Documentation/API Reference
API Reference
Programmatic access to the Crowdi platform via REST API.
Base URL
https://api.example.com/v1
Authentication
Include your API key in the Authorization header:
Authorization: Bearer
Start Simulation
POST /simulations
{
"url": "https://staging.example.com",
"agents": 50,
"duration": "10m"
}
Get Simulation Status
GET /simulations/{run_id}
Last updated: Today
Edit this page on GitHub →