Getting started
Overview What Is DWS Viewer API? Dashboard Trial Limitations Language Support Deployment Options Security PrivacyIntegration
Overview Use With Your Backend Use Without Backend Open Document in Web SDKClient Authentication
Authentication Flow Generate a Session TokenAPI
Overview Authentication API Reference Support About NutrientIntegrate DWS Viewer API with Your Own Backend
DWS Viewer API provides a programmatic API that allows you to easily integrate it with your backend. This backend can be a regular server-side application running in your infrastructure or in a cloud, or it could even be a serverless function. The API as such is language agnostic, the only requirement being an ability to communicate via HTTP.
Uploading a Document to DWS Viewer API
When you create a document by upload, your backend service sends the file to DWS Viewer API, which will manage the entire document lifecycle.
-
1
-
2
-
3
Viewing a Document in Your Web App
After you create a document via upload, you can open it via the PSPDFKit for Web SDK. Any changes made to the document are automatically persisted by DWS Viewer API.
-
1
-
2
-
3
-
4
-
5
-
6