POST
/
claim-attachments
/
submission
curl --request POST \
  --url https://claims.us.stedi.com/2025-03-07/claim-attachments/submission \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "usageIndicator": "T",
  "relatedExecutionId": "9b491769-052e-4738-93d6-e0b5f6d83f53",
  "claimInformation": {
    "serviceLines": [
      {
        "providerAttachmentControlNumber": "ATTACH123",
        "attachmentDetails": {
          "attachmentId": "4a1b2c3d-4567-89ab-cdef-1234567890ab"
        }
      }
    ]
  }
}'
{
  "tradingPartnerServiceId": "PAYER123",
  "claimAttachmentReference": {
    "correlationId": "att-123456",
    "patientControlNumber": "PCN123456",
    "timeOfResponse": "2025-03-07T12:34:56Z"
  },
  "meta": {
    "traceId": "4a1b2c3d-4567-89ab-cdef-1234567890ab"
  }
}

This endpoint is in beta and is subject to change.

This endpoint submits a 275 claim attachment to a payer and returns summary information about the attachment submission. Before you can submit an attachment through this endpoint, you must:

This endpoint is for 837 claims submitted in JSON format. If your system already generates X12 EDI, you can send attachments through the Submit Claim Attachment (275) Raw X12 endpoint instead.

This endpoint only supports unsolicited attachments.

You must supply the following information in your request to link the attachment to the correct 837 claim:

PropertyDescription
relatedTransactionId or relatedExecutionIdAn identifier for the 837 claim you previously submitted through Stedi. This value tells Stedi which claim is related to the attachment.
attachmentIdThe attachment ID you received in the Create Claim Attachment (275) JSON response. This value tells Stedi which file to use when generating the 275 transaction for the payer.
providerAttachmentControlNumberThe value you set in the claim’s attachmentControlNumber property. It allows the payer to associate the attachment with the claim that’s already in their system.
providerControlNumberThe value you set in the claim’s providerControlNumber property. This property is optional and allows you to indicate that the attachment should be associated with only a specific service line from the claim. This doesn’t apply to dental claims.

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Body

application/json

Submit a claim attachment.

Response

200
application/json
SubmitClaimAttachment 200 response

Response from submitting a claim attachment