File Operations
Upload file
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Base64 encoded content of the file.
The name of the file to be uploaded.
The project ID associated with the file. Required if user_id is not provided.
The user ID associated with the file. Required if project_id is not provided.