Skip to main content

Upload file

Effortlessly connect and upload a file to an APIs, simplifying data integration and enhancing the functionality of your applications through a user-friendly, code-free interface.

Input parameters

NameDescriptionTypeRequiredDefault value
Authenticatie methodeSpecify the way you would like to authenticate to the API.SELECT_ONEtrue'NONE'
UsernameIn case you chose "Basic authentication" as an authentication method, provide the username you wish to use to authenticate here.STRINGfalse
PasswordIn case you chose "Basic authentication" as an authentication method, provide the password you wish to use to authenticate here.PASSWORDfalse
TokenIn case you chose "Bearer" or "API Token" as an authentication method, provide the token you wish to use to authenticate here.PASSWORDfalse
Type of uploadHow do you want to upload this file?SELECT_ONEtrue'FORM_POST'
HeadersSpecify the different custom headers that should be used in the API call.OBJECTfalse
EndpointSpecify the complete url that should be used in the Upload callSTRINGfalse
MethodSpecify the http-method that should be used in the Upload callSELECT_ONEtrue'POST'
Query parametersSpecify the different query parameters that should be used in the Form Post.OBJECTfalse
Request bodySpecify the request body that should be used in the Form POST or select an existing "object" from the scope.OBJECTfalse
FileSpecify the file you wish to upload.FILEfalse
Response formatSpecify the expected format of the response for this API call.DATA_FORMATfalse

Output

NameDescriptionTypeDefault value
ResponsenullOBJECTUPLOAD_RESPONSE
The statusSpecify the name of the variable that will contain the status of this Upload. "OK": in case of success, "BAD_REQUEST" in case your request was invalid, "UNAUTHORIZED" in case the user provided does not have sufficient authorization, "NOTFOUND" in case the endpoint provided could not be found.STATUSUPLOAD_STATUS