Skip to main content
POST
/
notebooks
/
services
/
session
/
api
/
sessions
Post Api Sessions
curl --request POST \
  --url https://api.example.com/notebooks/services/session/api/sessions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Body

application/json

The body is of type file.

Response

Successful Response