API Access
Import runner data programmatically using our HTTP API
Import API Endpoint
Send YAML data via HTTP POST to import runners
POST /api/import
Content-Type: application/x-yaml
curl -X POST \ -H "Content-Type: application/x-yaml" \ -H "Accept: application/json" \ --data-binary @runners.yml \ http://localhost:3000/api/import
View the complete API documentation for more details, including response formats and error handling.