VOOZH about

URL: https://apify.com/apivault_labs/image-cdn-upload

⇱ Image CDN Upload β€” Temporary Image Hosting API Β· Apify


πŸ‘ Image CDN Upload | $2/1K | Temporary Image Hosting via API avatar

Image CDN Upload | $2/1K | Temporary Image Hosting via API

Pricing

from $2.00 / 1,000 results

Go to Apify Store

Image CDN Upload | $2/1K | Temporary Image Hosting via API

Upload images to a fast CDN and get direct links. No API keys, no registration. Re-host from URLs or upload files via KV Store. JPEG, PNG, WebP, GIF. Links live 5+ days. Bulk upload. $0.002 per image ($2 per 1,000).

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Apivault Labs

Apivault Labs

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

2

Monthly active users

a day ago

Last modified

Share

Upload images to a fast CDN and get direct links. No API keys, no registration. Just provide image URLs or upload files β€” get CDN links back.

Pricing

  • Actor start: $0.00005 (one-time)
  • Result: $0.002 per image ($2 per 1,000 images)

Link Lifetime

⏰ CDN links are guaranteed to stay active for at least 5 days. In practice, links can last up to 1 month, but this is not guaranteed. Use this for temporary hosting, pipelines, previews, and data transfer β€” not for permanent storage.

Two Ways to Upload

1. From URLs (re-host images)

Provide a list of image URLs. The actor downloads each image and uploads it to CDN.

{
"imageUrls":[
"https://example.com/photo1.jpg",
"https://example.com/photo2.png",
"https://example.com/photo3.webp"
]
}

2. From Files (KV Store)

Upload files to the actor's Key-Value Store via Apify API, then reference them by key.

Step 1: Upload file via API:

curl-X PUT \
"https://api.apify.com/v2/key-value-stores/{storeId}/records/my-photo"\
-H"Content-Type: image/jpeg"\
-H"Authorization: Bearer {YOUR_API_TOKEN}"\
--data-binary @photo.jpg

Step 2: Run actor with KV keys:

{
"kvStoreKeys":["my-photo","my-photo-2"]
}

You can also combine both methods in a single run.

Input

ParameterTypeRequiredDescription
imageUrlsarray❌*List of image URLs to re-host
kvStoreKeysarray❌*List of keys from KV Store
maxConcurrencyinteger❌Parallel uploads (1-20, default: 5)

*At least one of imageUrls or kvStoreKeys is required.

Output

{
"success":true,
"sourceUrl":"https://example.com/photo1.jpg",
"cdnUrl":"https://cdn.example-cdn.com/u/f70fbc03-a05a-4a4b-90c5-9f09ca92b5cb.jpeg",
"sizeKb":32.0,
"contentType":"image/jpeg",
"timeSeconds":1.3
}

Supported Formats

JPEG, PNG, WebP, GIF, BMP, SVG

Use Cases

  • Re-host scraped images to stable CDN links
  • Transfer images between Apify actors / pipelines
  • Generate shareable preview links
  • Bulk image upload for temporary use
  • Backup images from expiring URLs

You might also like

Image Transform β€” WebP / JPEG / PNG Batch Converter

marielise.dev/image-converter

Shrink images to WebP, JPEG, or PNG with lossy or lossless encoding, web-ready resize, EXIF stripping. Drop in URLs, upload via KVS, base64, or pipe a scraper's dataset. Photos go ~85% smaller, pages load faster. Tiered pricing $0.002–$0.060/image, $0.005 typical. Sharp-powered, no subscription.

Google Images API - $0.10 per 1,000 - Fast Image API

johnvc/google-images-api

Scrape Google Images at scale and export clean JSON: image URL, width and height, thumbnail, source site, domain, and the page link. Bulk image search for SEO research, training datasets, and AI agents. Pay per image from $0.10 per 1,000 results, with no setup or per-run fee.

image to image

evoort-solutions-llc/image-to-image

Evoort Solutions LLC

8

Google Image Search Scraper & API Alternative

thodor/google-images-up-to-30k

Scrape images from Google Images by keyword. Extract direct image URLs, alt text, and source links, up to 30k results per query. A fast Google image search API alternative for JSON, CSV, or Python.

AI Photo Upscaler | $4.7/1K | 2x & 4x (Fast, No Login)

apivault_labs/ai-photo-upscaler

Increase image resolution 2x or 4x with AI super-resolution. Upload any photo and get a crisp, upscaled version in seconds. Batch processing, no login or API key needed. $0.0047 per image ($4.7 per 1,000).

15

GCP Uploader

circ_le/gcp-uploader

Upload datasets and KV store records to Google cloud storage

51

5.0

Google Images Scraper

hooli/google-images-scraper

Scrape image details from images.google.com. Add your query and number of images and extract image details such as image URL, image source, description, image dimensions, thumbnail, and more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

FLUX.2 Klein Image Generator (Text-to-Image & Image-to-Image)

danitn11/flux2-klein-image-generator

Fast, cheap AI image generator & editor powered by FLUX.2 Klein. Text-to-image and image-to-image in seconds, just $4/1000 images. No GPU or subscription β€” a pay-as-you-go Midjourney, DALL-E & Flux alternative.

Image To Text

calm_necessity/image-to-text

Image to Text Actor analyzes images and generates detailed text descriptions of scenes, objects, and visual context. Upload an image and receive a human-readable explanation of what the image contains. Ideal for accessibility, content understanding, and automation workflows.

πŸ‘ User avatar

Taher Ali Badnawarwala

2

Image Format Converter

rixin/image-format-converter

From $0.05/1k images. Image Format Converter - Transform images between JPEG, PNG, WebP, BMP, GIF, TIFF, ICO, and AVIF formats. Supports batch processing with adjustable quality settings. Input any URL or Apify storage file. Fast and reliable.

Related articles

Top 5 Google Image Search APIs to extract web image data
Read more