Files

Returns metadata for a file.

The metadata returned can be used to download the files with the links that expire after one hour.

Securitybearer
Request
path Parameters
fileId
required
string <uuid>

The unique identifier of the file.

Responses
200

Success

401

Unauthorized Access

403

Forbidden Request

get/api/v1/Files/{fileId}
Request samples
Response samples
application/json
{}

Creates a new file.

Returns a unique identifier for the newly created file

Securitybearer
Request
Request Body schema: multipart/form-data
File
required
string <binary>

The binary data of the file.

BusinessUnitId
required
string <uuid>

The unique identifier of the business unit.

JobId
required
string <uuid>

The unique identifier of the job.

Responses
200

Success

401

Unauthorized Access

403

Forbidden Request

post/api/v1/Files
Request samples
Response samples
application/json
"497f6eca-6276-4993-bfeb-53cbbbba6f08"