---
title: "Get embossing file"
method: GET
path: "/embossing/v1/download-file"
tags: ["Embossing data"]
---

# Get embossing file

`GET /embossing/v1/download-file`

Download embossing file sent from Pismo to an embosser. Only available in the EXT environment.

You can call the [List embossing files info](https://developers.pismo.io/pismo-docs/reference/get-embossing-file-info) endpoint to get embossing file names and configuration IDs.

Embossing file names are also available via two events: [Card embossing notification received](https://developers.pismo.io/events/docs/cards-embossing-1) (`tracking` field) and the [Embossing summary received](https://developers.pismo.io/events/docs/cards-embossing-summary-1) event (`file-name` field).

For more information about embossing, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.

For detailed information about embossing flows, refer to [Embossing flows](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing#embossing-flows).

**Note:** This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Query parameters

- `configId` string, uuid
- `fileName` string, required

## Response `200`

Embossing content to download.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
