Skip to main content
POST
Maximum file size is 100MB.
string
required
Your JigsawStack API key
string
File content type e.g image/png, image/jpeg, video/mov, video/mp4

Body

Blob
required
The blob file to upload.

Query

string
The key to store the file. We recommend you include the file extension in the key. E.g image-key.png. If not provided, the file will be stored with a random key.
boolean
default:"false"
Overwrite the file if key already exists.
boolean
default:"false"
Provides a temporary public URL valid for 10 minutes, if set to true.
See complete guide on File Storage here

Response

string
Key used in storing the file.
string
Url used in accessing the file.
number
Size of the uploaded file in bytes.
string
Temporary public URL valid for 7 days. Only present if temp_public_url is set to true.