Uploading a File

Uploading a file is the most common use case for our API. Files are uploaded in binary form as the post body.

Upload a File

POST https://fileio.couchdrop.io/file/upload

This endpoint allows you to upload files

Query Parameters

Headers

Request Body

{}

Last updated