API endpoints

The Inkit API offers the following endpoints:

NameDescriptionURLSDK Method
Generate DocumentGenerates a document from a template and a set of merge parameters and stores it in a destination.https://api.inkit.com/v1/generate (POST)Render.create()
Retrieve Document InformationRetrieves information about a generated document.https://api.inkit.com/v1/document/{documentId} (GET)Document.get()
Download DocumentDownloads data from a generated PDF document.https://api.inkit.com/v1/download/{documentId} (GET)Document.download()
List DocumentsLists documents and folders created.https://api.inkit.com/v1/document (GET)Document.list()
Delete DocumentDeletes a generated document.https://api.inkit.com/v1/document/{documentId} (DELETE)Document.delete()
Launch WorklowLaunches a workflow and generates a document to a set of destinations.https://api.inkit.com/v1/invoke (POST)N/A
List Workflow StatusesLists workflows invoked and their statuses.https://api.inkit.com/v1/invoke (GET)N/A
Launch Workflow BatchLaunches a set of workflows.https://api.inkit.com/v1/invoke/batch (POST)N/A
Retrieve Workflow Batch InformationRetrieves information about a batch of workflows.https://api.inkit.com/v1/invoke/batch/{batchId}N/A
List Workflow BatchesLists workflow batches created.https://api.inkit.com/v1/invoke/batch (GET)N/A
List FoldersLists private folders in Inkit Storage.N/AFolder.list()
Create TemplateCreates a document template.N/ATemplate.create()
Retrieve Template InformationRetrieves information about a document template.N/ATemplate.get()
List TemplatesLists document templates.N/ATemplate.list()
Retrieve Mail Piece StatusRetrieves information about the delivery status of a Sepire mail piece.https://api.inkit.com/v1/mail-piece/{mailPieceId} (GET)N/A