Server-side API Integration Examples
Filez Document Platform can empower business systems to support online preview or editing of files in business systems. Business systems need to complete integration development to use these capabilities of the platform. The document platform provides multiple integration solutions. The sample code here demonstrates how to integrate with the document platform. These sample codes are simple document management systems that can achieve online preview and editing of documents by implementing relevant integration interfaces. And different parameters can be returned through interfaces to control certain capabilities during online editing, such as download, print, watermark, etc.
Standard Integration This sample code is a simple document management system implemented in Java. It completes integration with Filez Document Platform by implementing main callback interfaces on the server side.
Frontend Integration This sample code is a simple document management system implemented in Java. Before the business system calls the document platform service, it obtains the required information and passes the relevant information to the document platform through URL parameters to complete integration with Filez Document Platform.
If you need to view the complete API documentation, please visit Docs API Manual.