Upload file without hassle

Axios Uploader is a simple and easy to use file uploader for all your projects. Never worry about the coding your file upload again. Just upload your file and Axios Uploader will do the rest. Its simple to use api will be sure to assist you in your project.

img

Usage

The api has 2 endpoints as of now.

The /upload/single endpoint will upload a single file and return the file path. It expects a form-data with file argument. You can optionally pass a project argument scope the file to a certain project. This api returns a json object with the file path. You can then pass the path to the /file/[path here] endpoint to get your file

Please note that the /file/[path here] endpoint will require x-secret-code header. Please add it to your request.