---
title: "Audiomack Downloader"
method: GET
path: "/dl/audiomack"
tags: ["Downloader"]
---

# Audiomack Downloader

`GET /dl/audiomack`

## Query parameters

- `url` string, required

## Response `200`

Success - Download Audiomack track

- MusicDownloaderResponse
  - `creator` string — The creator of the API
  - `message` string — Additional message for the user
  - `ok` boolean — Indicates if the operation was successful
  - `url` string — The generated download URL for the file
  - `directUrl` string — Direct URL for the download

## Other responses

- `400` — Invalid URL provided
- `500` — Server error

---

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