---
title: "Download Binary File"
method: GET
path: "/Download/Library/{os}/{compiler}/{architecture}/{release}/{filename}"
tags: ["Download a Specific File"]
---

# Download Binary File

`GET /Download/Library/{os}/{compiler}/{architecture}/{release}/{filename}`

Use this endpoint to download binary files. For example: Address Object DLLs for the latest engine improvements.

After successful submission, you will be redirected to an automatic file download.

## Path parameters

- `os` 'AIX' | 'ANY' | 'HPUX_IT' | 'HPUX_PA' | 'LINUX' | 'SOLARIS' | 'WINDOWS' | 'ZLINUX', required
- `compiler` 'ACC3' | 'ANY' | 'C' | 'COM' | 'DLL' | 'GCC32' | 'GCC34' | 'GCC41' | 'GCC46' | 'GCC48' | 'GCC83' | 'JAVA' | 'MSSQL' | 'NET' | 'PERL' | 'PHP' | 'PHP7' | 'PLSQL' | 'PYTHON' | 'RUBY' | 'SSIS2005' | 'SSIS2008' | 'SSIS2012' | 'SSIS2014' | 'SSIS2016' | 'SSIS2017' | 'SSIS2019' | 'SSIS2022' | 'WINDOWS' | 'WS12' | 'WS6' | 'XLC12' | 'XLC6', required
- `architecture` '32BIT' | '64BIT' | 'ANY', required
- `release` string, required
- `filename` string, required

## Query parameters

- `id` unknown, required

## Response `200`

Successful response

- string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/melissa/apis/melissa-releases.md) · [All operations](https://skmtc.net/melissa/apis/melissa-releases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melissa/melissa-releases/revisions/482c99a1e704/schema)
