POST
/
v1
/
store
/
file
Maximum file size is 100MB.
x-api-key
string
required

Your JigsawStack API key

Content-Type
string

File content type e.g image/png, image/jpeg, video/mov, video/mp4

Body

blob
Blob
required

The blob file to upload.

Query

key
string
required

The key to store the file. We recommend you include the file extension in the key. E.g image-key.png

overwrite
string
default: "false"

Overwrite the file if key already exists.

See complete guide on File Storage here

Response

success
boolean

Indicates whether the call was successful.

key
string

Key used in storing the file.

url
string

Url used in accessing the file.