Skip to main content
POST
/
session
/
start
Start Session
curl --request POST \
  --url https://api.ara.so/session/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "sessionId": "<string>",
  "url": "<string>",
  "token": "<string>",
  "serverName": "blaxel"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type StartSessionRequest · object.

Response

Successful Response

sessionId
string
required
url
string
required
token
string
required
serverName
string
default:blaxel