v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-06-1121617.8 KB

Generate a pre-signed URL to upload a 275 claim attachment file

post/claim-attachments/file

Request body

contentType'application/pdf' | 'image/tiff' | 'image/jpeg' | 'image/jpg' | 'image/png' required

Allowed content types for claim attachments.

Response

CreateClaimAttachmentFile 201 response

attachmentIdstring required

Unique identifier for this attachment. You will use this ID to associate the attachment file with the claim when you submit it to the payer.

uploadUrlstring required

A pre-signed URL you can use to upload the file with a PUT request. The PUT request must include a Content-Type header that matches the MIME type you specified for the attachment file.