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"
}Start a new session for the authenticated user.
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"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type StartSessionRequest · object.
Was this page helpful?