Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare Batch Image Upload Endpoint #18929

Open
DevX86 opened this issue Dec 24, 2024 · 0 comments
Open

Cloudflare Batch Image Upload Endpoint #18929

DevX86 opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
content:edit Request for content edits documentation Documentation edits product:API product:images Related to Image Resizing product

Comments

@DevX86
Copy link

DevX86 commented Dec 24, 2024

Existing documentation URL(s)

https://developers.cloudflare.com/images/upload-images/images-batch/

What changes are you suggesting?

curl "https://batch.imagedelivery.net/images/v2" \
--header "Authorization: Bearer <BATCH_TOKEN>"

Should be

curl "https://batch.imagedelivery.net/images/v1" \
--header "Authorization: Bearer <BATCH_TOKEN>"

It also says batch and normal endpoints are the same aside from uri.

After getting your token, you can use it to make requests for:

Upload an image ↗ - POST /images/v1
Delete an image ↗ - DELETE /images/v1/{identifier}
Image details ↗ - GET /images/v1/{identifier}
Update image ↗ - PATCH /images/v1/{identifier}
List images V2 ↗ - GET /images/v2
Direct upload V2 ↗ - POST /images/v2/direct_upload
These options use a different host and a different path with the same method, request, and response bodies.

You can not make a url upload image request with the batch endpoint, it supports form post only, unlike the normal endpoint.

Additional information

No response

@DevX86 DevX86 added content:edit Request for content edits documentation Documentation edits labels Dec 24, 2024
@github-actions github-actions bot added product:API product:images Related to Image Resizing product labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content:edit Request for content edits documentation Documentation edits product:API product:images Related to Image Resizing product
Projects
None yet
Development

No branches or pull requests

4 participants