curl --request POST \
--url https://api.zo.computer/browser/session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mobile": false
}
'{
"session_id": "<string>",
"live_view_url": "<string>",
"expires_in": 123
}Create a new Steel session with optional reused context for cookie persistence.
Returns the session ID and live view URL (debug view) for embedding.
curl --request POST \
--url https://api.zo.computer/browser/session \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"mobile": false
}
'{
"session_id": "<string>",
"live_view_url": "<string>",
"expires_in": 123
}Zo API key (zo_sk_...)
Request model for browser session creation.
Initial URL to navigate to. Defaults to https://www.zo.computer