---
title: "Create an attachment"
method: POST
path: "/e-signature-packages/{eSignaturePackageId}/attachments"
tags: ["Attachments"]
---

# Create an attachment

`POST /e-signature-packages/{eSignaturePackageId}/attachments`

Create an attachment in the eSignature package, which must be in valid signing status (i.e. `SENT`, `LIVE`, or `ACTIVE`).

## Response `200`

Returns the object if it was successfully created.

- ESignatureAttachment
  - `id` string, required
  - `filename` string, required
  - `filetype` string, required
  - `isConfidential` boolean
  - `ownerId` string, required — Public id or signer
  - `requestId` string — Id of the attachment request id that this fulfills

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
