Public REST API
Create durable project jobs and inspect their delivery state with an API key.
Read the REST API referenceA managed REST API for sending durable print jobs to local printers through paired OPPA agents. Start with the free tier, then scale the managed service when your workload needs more capacity.
Neplex OpenPrinter Cloud owns the hosted delivery layer. Your application keeps its business rules, while the Cloud API handles project keys, durable jobs, paired agents, and delivery state.
Create durable project jobs and inspect their delivery state with an API key.
Read the REST API referenceUse the strongly typed openprinter client with retries, validation, and environment defaults.
Read the SDK guideConnect a local agent from the Neplex dashboard and deliver jobs to its registered printers.
Learn about access and pairingUse the Neplex dashboard to create a project key with the jobs:write or jobs:read scope your application needs.
Pair the local desktop agent from the dashboard. Its private key stays on the machine; the Cloud service stores only the public identity needed for delivery.
Send a structured document with an idempotency key and follow its delivery state from your application.