Fields
url
StringThe complete CDN URL (absolute URL) where the file can be accessed. This is the primary URL to reference the file in applications. Format: {base_path}/{base_zone}/{bucket_prefix}/{file_path} or {base_path}/{bucket_prefix}/{file_path} depending on multi_zone configuration. Example: "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/misc/general/free/original/abc123-product-image.jpg".
absolute_url
StringThe absolute CDN URL (same as 'url'). This is the full URL including protocol and domain. Can be used to access the file from anywhere on the web or in applications. Example: "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/misc/general/free/original/abc123-product-image.jpg".
relative_url
StringThe relative CDN URL path. This is the path portion without the base domain. Format: {base_zone}/{bucket_prefix}/{file_path} (if multi_zone) or {bucket_prefix}/{file_path} (if not multi_zone). Example: "fyndnp/wrkr/misc/general/free/original/abc123-product-image.jpg".
Was this section helpful?