---
title: "Download proof"
method: GET
path: "/proofs/download/{id}"
tags: ["Proofs"]
---

# Download proof

`GET /proofs/download/{id}`

Download a single proved proof by its proof ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Proof binary file

## Other responses

- `401` — Invalid API key
- `404` — Proof not found
- `500` — Internal server error

## Changes

- **2025-12-16** `dad824267266` — 2 info
  - the endpoint scheme security `apikey` was added to the API
  - added the non-success response with the status `401`
- **2025-10-26** `5caf5097f631` — 1 info
  - endpoint added
- **2024-12-09** `f327feab88d3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ethproofs/apis/ethproofs-api/changes/proofs/download/:id/get.md)

---

[API](https://skmtc.dev/ethproofs/apis/ethproofs-api.md) · [All operations](https://skmtc.dev/ethproofs/apis/ethproofs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethproofs/ethproofs-api/revisions/cad0595821db/schema)
