---
title: "Get audio by checksum"
method: GET
path: "/v0/uploads/audio/{checksum}"
tags: ["Assets"]
---

# Get audio by checksum

`GET /v0/uploads/audio/{checksum}`

Will return the audio id of an audio file uploaded by the partner, matched by checksum. Should be used to avoid duplicate uploads

## Path parameters

- `checksum` string, required

## Response `200`

Partner audio response

- PartnerAudioResponse
  - `audioUploadId` string, uuid, required
  - `length` number, double, required
  - `expires` string, date-time, required

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `404` — Audio file was not found
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/versions/c11d2a3e0d84/schema)
