Files

Request a file upload URL

Returns a pre-signed URL. PUT your file bytes to that URL, then call POST /api/v1/files/{fileId}/confirm.

post/api/v1/files/upload

Request body

filenamestring required
contentTypestring required
bytesinteger required
sha256string

Optional hash for deduplication

Response

Upload URL created

oktrue

Changes