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 FlowLaunches a flow and generates a document to a set of destinations.https://api.inkit.com/v1/invoke (POST)N/A
List Flow StatusesLists flows invoked and their statuses.https://api.inkit.com/v1/invoke (GET)N/A
Launch Flow BatchLaunches a set of flows.https://api.inkit.com/v1/invoke/batch (POST)N/A
Retrieve Flow Batch InformationRetrieves information about a batch of flows.https://api.inkit.com/v1/invoke/batch/{batchId}N/A
List Flow BatchesLists flow 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