POST
/
v1
/
contexts

Authorizations

X-BB-API-Key
string
headerrequired

Body

application/json
projectId
string
required

The Project ID. Can be found in Settings.

Response

201 - application/json
id
string
required
uploadUrl
string
required

An upload URL to upload a custom user-data-directory.

publicKey
string
required

The public key to encrypt the user-data-directory.

cipherAlgorithm
string
required

The cipher algorithm used to encrypt the user-data-directory. AES-256-CBC is currently the only supported algorithm.

initializationVectorSize
integer
required

The initialization vector size used to encrypt the user-data-directory. Read more about how to use it.