Download a CloudPrint Agent installer
Download one published CloudPrint Agent installer by the exact filename returned by the release catalog.
GET
/agent-download-api/v1/installers/{filename}API version: v1operationId: downloadPublicAgentInstallerView as MarkdownWhat 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
List public CloudPrint Agent releasesList current CloudPrint Agent installers published by CloudPrint and their checksums without requiring CloudPrint credentials.Enroll an agent for a customerConnect a local CloudPrint Agent to the correct managed customer account without requiring a customer portal login.Connect an agent and select a printerInstall the CloudPrint agent, discover local printer queues and choose a stable printer ID based on its advertised capabilities.