API management powered by
WebServius

Subscribe to Short Term Storage

Service: Short Term Storage
 
This service provides a quick and simple way to programmatically store files or other data online for a limited period of time. Backed by Amazon S3.
Provider-supplied documentation:

This service allows you to upload an object of any content type and have it available to the web via a public (but secret) URL for a limited period of time.

Uploading:
POST to http://ws.webservius.com/sts/v1/20mb/15m?wsvKey={your-key}

  • Make sure to include Content-Type, it will be preserved
  • The response is the download URL as one line of text
  • 20 MB is the size limit
  • Include query parameter “extension={xyz}” to add ”.xyz” to the download path

Downloading:
The URL returned by the upload operation is publicly accessible for anyone to GET for a period of 15 minutes. The URL itself is randomly generated and secret. The only way to obtain the URL from us is in the response to the upload POST.

Provider: WebServius

 Select one of the following packages