To process files:
Replace raw in your file URLs with one of:
image (Image Processing API)
video (Video Processing API)
audio (Audio Processing API)
archive (Archive Processing API)
antivirus (Antivirus API)
<preset> (Create a transformation preset)
Add querystring parameters per the API docs above. (None required if using a preset.)
For example, given the original image:
To process this image with the Image Processing API:
You must authenticate your requests when downloading private files.
Results are edge-cached and perma-cached for near-instant subsequent requests.
To process files using code:
1curl "https://upcdn.io/{accountId}/{transformation}/{filePath}{?params}" \2 -H "Authorization: Bearer YOUR_API_KEY"
1Binary response
The file's contents.
Your account ID.
This is visible on the settings page:
https://www.bytescale.com/dashboard/settings
Example: "A623uY2"
Type: String
Length: 7
Absolute path to a file. Begins with a /.
Example: "/uploads/image.jpg"
Type: String
Min Length: 1
Max Length: 512
The name of the File Processing API (e.g. image, video, audio) or transformation preset (created in the Bytescale Dashboard) to use when processing the file.
Example: "image"
Type: String
Min Length: 1
Max Length: 100
Some transformations output multiple files, called artifacts.
You can download each individual transformation artifact by specifying its path with this parameter
Example: "/example/video/part-a.ts"
Type: String
Specifies whether to cache the transformed result.
If set to false the transformation will be executed on every request.
Recommendation: instead of disabling the cache, a more performant solution is to use the version parameter and to increment it each time you require an updated result.
Default: true
Type: Boolean
Only serve transformations from the cache; do not perform new transformations on cache miss.
If true, then if the transformation result does not exist in the cache, a 404 will be returned. No transformations will be performed.
If false, then if the transformation result does not exist in the cache, a new transformation will be performed to produce the result.
Default: false
Type: Boolean
Specifies whether to cache the transformed result in the Bytescale CDN perma-cache.
Perma-caching works by storing your file permanently, or until a manual cache purge is performed.
When cache=false this parameter is automatically set to false.
When cache_perm=auto the perma-cache will only be used for files that take more than 1000ms to process.
When the perma-cache is used, approximately 200ms of latency is added to the initial request. Thereafter, files will be served from the Bytescale CDN's edge cache or perma-cache, so will have minimal latency.
Default: Please refer to your account's default cache settings in the Bytescale Dashboard.
Type: String
Allowed Values: "auto", "false", "true"
Specifies the maximum amount of time, in seconds, the transformed result will be cached on the user's device and in the Bytescale CDN's edge cache.
If the file is perma-cached, then the file will not be reprocessed on edge cache misses.
If the file is not perma-cached, then the file will be reprocessed on edge cache misses.
For more information on perma-caching, see: cache_perm
Default: Please refer to your account's default cache settings in the Bytescale Dashboard.
Type: Number
Specifies the maximum amount of time, in seconds, that 404 responses will be cached in the Bytescale CDN's edge cache.
Default: Please refer to your account's default cache settings in the Bytescale Dashboard.
Type: Number
Forces the browser to display a download prompt for the file, instead of displaying the file in the browser.
When set to true, the Bytescale CDN will add a content-disposition: attachment header to the HTTP response.
Example: true
Type: Boolean
Parameters to submit to the File Processing API (e.g. the Image Processing API).
Please see the documentation for each File Processing API to determine which values can appear here:
•https://www.bytescale.com/docs/image-processing-api
•https://www.bytescale.com/docs/video-processing-api
•https://www.bytescale.com/docs/audio-processing-api
•https://www.bytescale.com/docs/archive-processing-api
Type: TransformationParams
Add this parameter and increment its value to force the file to be reprocessed.
The Bytescale CDN caches files based on the full URL (including the querystring), meaning this parameter is useful when dealing with changes made to transformation presets. By contrast, File Processing APIs (like the Image Processing API) shouldn't ever require this parameter, since the URL/querystring naturally changes each time you adjust a parameter, causing a cache miss and the file to be reprocessed with the new querystring parameters.
The value of the version parameter can be anything, e.g. an incremental number, a timestamp, etc.
You only need to provide and update this value if/when you make changes to a transformation preset's settings.
Example: "1"
Type: String
Add one of these Authorization header values to your request:
•Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.
•Option 2: use HTTP basic authorization with apikey as your username and your API key as your password.
For advanced options, please see:
https://www.bytescale.com/docs/auth
Type: String
This website uses cookies. By continuing you are consenting to the use of cookies per our Cookie Policy. Our legal policies were last updated August 16 2024.
This website requires a modern web browser -- the latest versions of these browsers are supported: