Getting started with the Orchestrator API
Create Session
POST /api/sessions
to create a new browser session with your desired configuration.Wait for Active Status
Get Access Information
GET /api/sessions/{id}/access
to retrieve VNC and CDP connection details.Connect and Automate
Manage Session
Code | Description |
---|---|
200 | Success - Request completed successfully |
201 | Created - Resource created successfully |
400 | Bad Request - Invalid request parameters |
401 | Unauthorized - Invalid or missing API key |
402 | Payment Required - Insufficient credits |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
503 | Service Unavailable - No servers available |