Skip to main content
POST
Attach Files to Submission

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

submissionId
string<uuid>
required

Submission identifier

Body

multipart/form-data
file
file
required

A file to attach. Repeat this field for multiple files.

Response

Files attached successfully. Returns the IDs of the created files in upload order.

fileIds
string<uuid>[]
required

IDs of the newly created files, in the order received in the request.