- Create File. Make sure to create an entity for a file within the system - a blob, before uploading it.
- Upload File. An upload link is obtained from the response to the create file request. The link has expiration time so if it gets expired, you should obtain a new link using the create file request.
Basic | Startup | Growth | HIPAA | Enterprise | |
---|---|---|---|---|---|
File size limit | 10 Mb | 25 Mb | 50Mb | 50Mb | Contact our sales team |
Path Parameters
ID of the file/blob. Generated automatically by the server after file/blob creation.
Body Parameters
A binary file to be uploaded to the cloud storage. The file size is restricted by the membership plan.
See the File size limit section below.
File/blob identifier that should be taken from the response of the Create File request. This is the UID parameter.
Responses
201
201
A successful response
400
400
An error response