This endpoint is in beta and is subject to change.
- Call this endpoint to initiate the file upload process.
- The endpoint returns a unique identifier for the attachment file (
attachmentId
) and a pre-signed URL (uploadURL
). Retain theattachmentId
so you can use it when submitting the attachment to the payer.
Visit Claim attachments for a full how-to guide.
Authorizations
A Stedi API Key for authentication.
Body
application/json
Request a pre-signed URL to upload a claim attachment file.
The MIME type of the attachment file. For example: image/png
or application/pdf
.
Available options:
application/pdf
, image/tiff
, image/jpeg
, image/jpg
, image/png
Response
CreateClaimAttachmentFile 201 response
Receive the attachment ID and upload URL.
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.
Required string length:
36
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.
Required string length:
1 - 2000