Transitioning from PSPDFKit Server to Document Engine
![]()
PSPDFKit Server has been deprecated and replaced by Document Engine. To migrate to Document Engine and unlock advanced document processing capabilities, refer to our migration guide. Learn more about these enhancements on our blog.
Make sure you’ve set the Authorization
header to Token token=<secret>
, where <secret>
is the API authentication token you have set in your docker-compose.yml
file with the API_AUTH_TOKEN
environment variable.
❗Important: The server API should only be accessed from your backend servers and not by the clients. Giving the API authentication token to clients is a security concern. More information about how PSPDFKit Server is secured can be found in the PSPDFKit Security guide.