Deepnote Public API v2
Files API
Project files and folders.
Base URL
https://api.deepnote.com/v2Create a file
Creates a file from a multipart upload at the requested project path, generating a unique path when that path already exists.
post
/filesRequest body
required
multipart/form-data
CreateFileMultipartBodyprojectIdrequiredstring:uuidProject to create the file in.
pathrequiredstringRequested destination path within the project. If it already exists, a unique path is generated.
filerequiredstring:binaryFile content to upload.
Responses
▸201File created
application/json
CreateFileResponsefilerequiredFileReference▸400Validation error
application/json
ErrorResponsemessagerequiredstring▸401Unauthorized
application/json
ErrorResponsemessagerequiredstring▸403Insufficient permissions
application/json
ErrorResponsemessagerequiredstring▸404Project not found
application/json
ErrorResponsemessagerequiredstring▸409Project is suspended
application/json
ErrorResponsemessagerequiredstring▸413File too large
application/json
ErrorResponsemessagerequiredstring