Simple file upload

This page describes how to upload files, so you can use them later for other purposes.

Introduction

Please use this endpoint only if you don't want to automatically link the files to properties, units, tenants. For example this endpoint could be used for:

  • creating a listing via API (currently only possible with restricted access and not yet documented)

  • updating a user profile image via API

  • submit candidate / applicant information, with files via API (currently only possible with restricted access and not yet documented)

Endpoints

Upload a file

GET https://{custom_subdomain}.everreal.co/api/file-storage/company/files

Request Body

Name
Type
Description

file*

Form file

The file

resourcePath*

String

The virtual folder path

name

String

Override the display name of the file

Delete a file

DELETE https://{custom_subdomain}.everreal.co/api/file-storagecompany/files?resourcePath={uploadedResourcePath}

Example flow for creating a listing

  • upload image1.jpeg , image2.jpeg , floorPlan.pdf

  • pass the responses to the create listing payload

Step 1 - upload images

Response will be something like

Step 2 - pass payload during create listing

Last updated

Was this helpful?