Upload a file to the file store with specified metadata and settings

Upload a file with additional configuration through form data:

  • The file content is sent as a multipart form file
  • The file name and path determine storage location
  • Optional metadata tags can be added
  • Optional file sharing settings can be configured
  • Optional file expiration policy can be set

It enforces a maximum upload size limit defined in Constants.MAX_STREAM_UPLOAD_SIZE.
For larger files, consider using the multipart upload endpoints instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The name that will be used for the file in storage.

string
required

The path where the file is stored.

Body Params
file
tags
object
boolean
Defaults to false
string
enum
Allowed:
double
boolean
Defaults to false
string
enum
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request

403

Forbidden

404

Not Found

503

Service Temporarily Unavailable

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json