Skip to main content
POST
Upload a notebook to your home prefix

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
file
string
required

The .ipynb file to upload.

Response

Notebook uploaded successfully.

Lightweight view of a notebook on S3 for list endpoints.

s3_key
string
required

Object key under the notebooks bucket. For example, home/{username}/churn.ipynb.

owner
string
required

Owner username extracted from the S3 path prefix.

size_bytes
integer
required

Size of the notebook in bytes.

last_modified
string<date-time>
required

S3 LastModified timestamp.