Send File

You can easily send the binary of your files to Alan

File Formats that we support

Accepted formats: .pdf, .doc, .docx, .odp, .ppt, .pptx, .xlsx .txt, .mp4

Introduction

You can send your files in binary format using our API.

You will make a POST request as form-data.

Form Data params

files: You should pass the binary file as the value

folder_id: You should pass the Folder external_id

Reading Status

After sending a file and getting a 201 response, you need to wait our system to completely extract all data from the files.

Sending Files

As you can see, even if you send files with invalid format ( or if we fail for another reason ) we always returns 201 as status code but we include in the response more details about each file.

With that you can send multiples files and check later which files we accepted or not.

Sending File

POST https://backend.az.misterturing.com/v4.0/upload-file/

cURL Request Example

Response

Last updated