Files

List of public endpoints for managing files on Seliom

Seliom provides you with a file repository to store all files in your organization. You can upload files to your repository with our public API.

Dont forget to include the Authorization and X-Organization headers in every request. They have been omitted from these endpoints for brevity.

Upload File

POST https://api.seliom.com/upload

This endpoint uploads a file to your organization's repository and returns its File ID.

Request Body

{
   "fileId": "a27fudi8-e830-47c9-8e28-60448937d0e2/1616008578647_file.pdf"
}

Last updated