Attach a PDF (ACORD, loss runs, supplement)
POST
/broker/submissions/{submission_id}/documents
const url = 'https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/documents';const options = {method: 'POST', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/documents \ --header 'Authorization: Bearer <token>'Multipart upload, PDF only, 15 MB max per file. Uploaded applications are auto-extracted into the submission brief.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”submission_id
required
string format: uuid
Responses
Section titled “Responses”Stored
Not a valid PDF
PDF is over the 15 MB limit. Split the package or compress the PDF.
Daily upload limit reached