Skip to main content

... use the API

The FSI Server API Client JS provides developers with a flexible interface to control the FSI Server REST OpenAPI via a Node project or as a JavaScript library. To make the API as accessible as possible, we have made the client available on GitHub. You can see the API in action on our demo FSI Server.

Uploading, deleting, modifying, creating and managing files & directories as well as complex tasks can be easily accomplished using this high-level API client. The FSI Server web interface uses this API client to communicate with FSI Server.

There are two ways to use the API: a Promise-based API and a Queue API. The queue API results in much more readable code, while using the promise API gives you more flexibility, but deeply nested code. So whatever your requirements, you can easily tailor the API to suit.

The API can be used to integrate FSI Server into your workflow and connect it to your PIM, DAM or CMS system. This eliminates manual tasks, optimises your process and saves time.

Read the API Client JS Wiki