API Print Service Schemas

Last Updated: April 07, 2026

Use the Application Programming Interface (API) Print Service The API Service extends the capabilities of Vasion Output to web-based applications that aren’t natively equipped to communicate via typical print protocols. The API Service can connect to both cloud and on-premise applications. schemas in this section as a reference when configuring the API Print Service for Vasion Output. For detailed information about Vasion Output, see Vasion Output.

You need to configure settings for the API Print Service in two places:

  1. In the Vasion Print Admin Console.
  2. Inside your source application to make RESTful API calls for submitting print jobs or batch print requests.

The API Print Service supports API calls for on-prem tools. For more details refer to API Print Service.

Supported API Calls

Once configured, your source application can make the following RESTful API calls:

  • Printer Synchronization List: Collects a list of printers from your Vasion instance to populate the list into applications rather than manually adding or importing them.
  • Print Job Request: Sends the file to be printed to the API Print Service along with metadata about the file that dictates where the job is sent, as well as color, duplex, and other finishing options.
  • Batch Open Request: Ensures certain files are printed in a specific order. This request is used to begin the batch printing process and includes an ordered list of print job Universally Unique Identifier (UUID) and files.
  • Batch Close Request: Sent after a batch open request, and all associated files have been sent to an API Print Service. Once a batch is closed, the files with UUIDs listed in the initial batch open request will be printed in the order the UUIDs were listed in the initial request.
  • Print Job Status: After a job is printed, or if it failed to print, the API Print Service will make a request back to the URL specified in the "statusURL" field as part of the initial print job request to inform the customer application on the status of the print job with the associated UUID.

API Schemas

The following topics include the recommended schema for configuring your API Print Service.

Troubleshooting Help

printapi printstatusapi printersynclist printstatuscloudapi fed-printstatuscloudapi fed-printersynclist