You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/images/pricing.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar:
6
6
7
7
---
8
8
9
-
By default, all users are on the Images Free plan. The Free plan includes access to the transformations feature, which lets you optimize images stored outside of Images, like in R2.
9
+
By default, all users are on the Images Free plan. The Free plan includes access to the transformations feature, which lets you optimize images stored outside of Images, like in R2.
10
10
11
11
The Paid plan allows transformations, as well as access to storage in Images.
12
12
@@ -29,7 +29,7 @@ Once you exceed 5,000 unique transformations:
29
29
30
30
To request more than 5,000 unique transformations each month, you can purchase an Images Paid plan.
31
31
32
-
## Images Paid
32
+
## Images Paid
33
33
34
34
When you purchase an Images Paid plan, you can choose your own storage or add storage in Images.
35
35
@@ -61,15 +61,15 @@ The `format` parameter counts as only 1 billable transformation, even if multipl
61
61
62
62
A retail website has 1,000 original product images that get served in 5 different sizes each month. This results in 5,000 unique transformations — or a cost of $2.50 per month.
63
63
64
-
### Images Stored
64
+
### Images Stored
65
65
66
66
Storage in Images is available only with an Images Paid plan. You can purchase storage in increments of $5 for every 100,000 images stored per month.
67
67
68
68
You can create predefined variants to specify how an image should be resized, such as `thumbnail` as 100x100 and `hero` as 1600x500.
69
69
70
70
Only uploaded images count toward Images Stored; defining variants will not impact your storage limit.
71
71
72
-
### Images Delivered
72
+
### Images Delivered
73
73
74
74
For images that are stored in Images, you will incur $1 for every 100,000 images delivered per month. This metric does not include transformed images that are stored in remote sources.
Copy file name to clipboardExpand all lines: src/content/docs/images/upload-images/sourcing-kit/enable.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Your import job is now created. You can review the job status on the Sourcing Ki
26
26
27
27
:::note
28
28
29
-
Sourcing Kit will warn you when you are about to reach the limit for your plan space quota. When you exhaust the space available in your plan, the importing jobs will be aborted. If you see this warning on Sourcing Kit’s main page, select **View plan** to change your plan’s limits.
29
+
Sourcing Kit will warn you when you are about to reach the limit for your plan space quota. When you exhaust the space available in your plan, the importing jobs will be aborted. If you see this warning on Sourcing Kit’s main page, select **View plan** to change your plan’s limits.
Copy file name to clipboardExpand all lines: src/content/docs/images/upload-images/upload-custom-path.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Custom paths support:
16
16
17
17
:::note
18
18
19
-
Images with custom ID paths cannot be made private using [signed URL tokens](/images/manage-images/serve-images/serve-private-images). Additionally, when [serving images](/images/manage-images/serve-images/), any `%` characters present in Custom IDs must be encoded to `%25` in the image delivery URLs.
19
+
Images with custom ID paths cannot be made private using [signed URL tokens](/images/manage-images/serve-images/serve-private-images). Additionally, when [serving images](/images/manage-images/serve-images/), any `%` characters present in Custom IDs must be encoded to `%25` in the image delivery URLs.
20
20
:::
21
21
22
22
Make a `POST` request using the example below as reference. You can use custom ID paths when you upload via a URL or with a direct file upload.
0 commit comments