Developer API (5)
Obtaining your API key
To interact with PUSHR's API you need to obtain an API key. Your API key is automatically generated once you fill in your account profile.
Cache purge
Purge content from the CDN edge cache. https://www.pushrcdn.com/api/v3/purgeMethodsPOST ParametersFieldTypeDescriptionzone_idintegerCDN zone serving the contenturlstringFull URL to the file that shall be purged, starting with http:// or https://. No…
Content prefetch
Manually push new content to the CDN edge cache. https://www.pushrcdn.com/api/v3/prefetchMethodsPOST ParametersFieldTypeDescriptionzone_idintegerCDN zone serving the contenturlstringFull URL to the file that shall be prefetched, starting with…
Delete a file
Deletes a file from the SFS storage space associated with a particular CDN zone. http://[STORAGE_SERVER_HOSTNAME]/api/v3/deleteThe hostname of the storage server is the same as the FTP…
File upload
Upload a file to the SFS storage space associated with particular CDN zone. Note: Current maximum file size is 5GB http://[STORAGE_SERVER_HOSTNAME]/api/v3/uploadThe hostname of the storage server is…