---
title: "Download a CloudPrint Agent installer"
description: "Download one published CloudPrint Agent installer by the exact filename returned by the release catalog."
---
<nav class="docs-breadcrumb" aria-label="Breadcrumb"><a href="/docs/">CloudPrint Documentation</a><span aria-hidden="true">/</span><span>API reference</span></nav>

# Download a CloudPrint Agent installer

<p class="docs-lead">Download one published CloudPrint Agent installer by the exact filename returned by the release catalog.</p>

<div class="api-endpoint-summary"><span class="api-method api-method-get">GET</span><code>/agent-download-api/v1/installers/{filename}</code><span><strong>API version:</strong> v1</span><span><strong>operationId:</strong> <code>downloadPublicAgentInstaller</code></span><a href="/docs/api/v1/agent-downloads/installer/index.md">View as Markdown</a></div>

## What this endpoint does

Download one published CloudPrint Agent installer by the exact filename returned by the release catalog.

## Authentication

This endpoint does not require a Bearer token.

## Request

**Production base URL:** `https://public-api.cloudprint.me/agent-download-api/v1/installers/{filename}`

### Parameters

| Name | Location | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- | --- |
| `filename` | path | `string` | yes | — | — |

### Request body

This endpoint has no request body.

### Example requests

#### cURL

```bash
curl -fL -o cloudprint-agent.pkg \
  "https://public-api.cloudprint.me/agent-download-api/v1/installers/$INSTALLER_FILENAME"
```

## Response

**HTTP status:** `200` — Agent installer binary

### Response fields

`string (binary)` — —

### Example response

```json
"<binary>"
```

## Errors

| HTTP status | Description |
| --- | --- |
| `404` | Agent installer was not found |
| `429` | Rate limit exceeded |
| `500` | Unexpected error |
| `503` | Agent release catalog is unavailable |

## Integration guidance

## Related documentation

<div class="docs-card-grid"><a class="docs-card" href="/docs/api/v1/agent-downloads/releases/"><strong>List public CloudPrint Agent releases</strong><span>List current CloudPrint Agent installers published by CloudPrint and their checksums without requiring CloudPrint credentials.</span></a>
<a class="docs-card" href="/docs/partner-platform/agent-enrollment/"><strong>Enroll an agent for a customer</strong><span>Connect a local CloudPrint Agent to the correct managed customer account without requiring a customer portal login.</span></a>
<a class="docs-card" href="/docs/api/agents-and-printers/"><strong>Connect an agent and select a printer</strong><span>Install the CloudPrint agent, discover local printer queues and choose a stable printer ID based on its advertised capabilities.</span></a></div>

<nav class="docs-resource-links" aria-label="Next steps"><a href="/docs/api/v1/explorer/">OpenAPI</a><a href="https://my.cloudprint.me">Open account</a><a href="/docs/legal/privacy/">Privacy Policy</a><a href="/docs/legal/terms/">Terms</a><a href="/docs/legal/payments-and-refunds/">Payment and refunds</a><a href="/docs/legal/data-processing/">DPA</a></nav>