Batch Sessions
Create Batch Sessions
Creates multiple browser sessions in a single batch operation. This endpoint allows you to create up to 5,000 browser sessions simultaneously with the same configuration.
The batch will be processed asynchronously, and you can monitor progress using the batch status endpoint.
post/v1/batch-sessions
Request body
Example request
{
"configuration": {
"integrations": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "1PASSWORD",
"configuration": {
"load_mode": "all"
}
}
]
}
}Response
Batch created successfully