> ## Documentation Index
> Fetch the complete documentation index at: https://stedi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Claim Attachment (275) JSON

<Warning>
  This endpoint is in **beta** and is subject to change.
</Warning>

This endpoint returns a pre-signed URL that you can use to upload a claim attachment file to Stedi. You must complete this step before you can call the [Submit Claim Attachment (275) JSON](/api-reference/healthcare/post-healthcare-submit-claim-attachment) endpoint.

1. Call this endpoint to initiate the file upload process.
2. The endpoint returns a unique identifier for the attachment file (`attachmentId`) and a pre-signed URL (`uploadURL`). Retain the `attachmentId` so you can use it when submitting the attachment to the payer.

You only need to complete this step when submitting claims through Stedi's JSON APIs. If your system already generates X12 EDI, you can send attachments directly through the [Submit Claim Attachment (275) Raw X12](/api-reference/healthcare/post-healthcare-submit-claim-attachment-raw-x12) endpoint instead.

This endpoint only supports [unsolicited attachments](/healthcare/submit-claim-attachments#solicited-vs-unsolicited-attachments).

<Note>
  Visit [Claim attachments](/healthcare/submit-claim-attachments#submit-claim-attachments-275) for a full how-to guide.
</Note>
