Skip to content

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 Markdown

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

NameLocationTypeRequiredDescriptionConstraints
filenamepathstringyes

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 statusDescription
404Agent installer was not found
429Rate limit exceeded
500Unexpected error
503Agent release catalog is unavailable

Integration guidance

Guides for integrating CloudPrint, connecting the local agent and operating print workflows.