Skip to main content
Version: 2.2.2

upload

This method allows downloading an electronic file.

POST /apigateway/v1/file/upload

Example request:

Supported attributes:

Request body parameterTypeRequiredDescription
filemultipart/form-dataYesA single file, provided in multipart/form-data encoding.

Example response:

200 OK

{
"description": "File uploaded successfully.",
"filehash": "8aaa811487a0b6d40187a55315f30be8",
"status": "success"
}