Attach Files to Submission
Attaches one or more files to an existing submission. The files appear in the submission’s Files tab and are downloadable from there.
The request body must be multipart/form-data with each file in a
part named file. Repeat the same field name for multiple files.
Constraints:
- At least one file is required.
- All files must be submitted in a single request. Files are not partially attached on validation failure — either every file lands or none do.
Required permission: submission.file:create
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Submission identifier
Body
A file to attach. Repeat this field for multiple files.
Response
Files attached successfully. Returns the IDs of the created files in upload order.
IDs of the newly created files, in the order received in the request.
