UploadFile
POST/api/file/upload
Upload a file's bytes directly as the request body and register it in one step. Send the raw file as the payload, with its Base64-encoded SHA-256 digest in the x-checksum header and the organisation and application in the x-organisation and x-application headers. Returns the created file. Requires a bearer token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
UploadFile 200 response
BadRequestError 400 response
Unauthorized 401 response
ForbiddenError 403 response
NotFoundError 404 response
InternalServerError 500 response