Skip to content

Commit ed78664

Browse files
dcpenamaheshwarip
authored andcommitted
Added note about metadata in requests (#17333)
1 parent 052d917 commit ed78664

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/content/docs/images/upload-images/direct-creator-upload.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ The Direct Creator Upload feature in Cloudflare Images lets your users upload im
1212

1313
Make a `POST` request to the `direct_upload` endpoint using the example below as reference.
1414

15+
:::note
16+
The `metadata` included in the request is never shared with end users.
17+
:::
18+
1519
```bash
1620
curl --request POST \
1721
https://api.cloudflare.com/client/v4/accounts/{account_id}/images/v2/direct_upload \

src/content/docs/images/upload-images/upload-URL.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ You can use the Images API to use a URL of an image instead of uploading the dat
1212

1313
Make a `POST` request using the example below as reference. Keep in mind that the `--form 'file=<FILE>'` and `--form 'url=<URL>'` fields are mutually exclusive.
1414

15+
:::note
16+
The `metadata` included in the request is never shared with end users.
17+
:::
18+
1519
```bash
1620
curl --request POST \
1721
https://api.cloudflare.com/client/v4/accounts/{account_id}/images/v1 \

0 commit comments

Comments
 (0)