File
Upload
Upload images, videos and documents effortlessly.
POST
/
v1
/
store
/
file
Maximum file size is 100MB.
Header
x-api-key
string
requiredYour JigsawStack API key
Content-Type
string
File content type e.g image/png, image/jpeg, video/mov, video/mp4
Body
blob
Blob
requiredThe blob file to upload.
Query
key
string
requiredThe 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.