Attaches one or more PDF 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 files. Repeat the same field name for multiple files.
Constraints:
application/pdf files are accepted. Any other content type
causes the entire request to be rejected with 400 UnsupportedFileType.Required permission: submission.file:create
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header.
Company identifier
Submission identifier
One or more PDF files to attach. Each part must use field name files.
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.