Agentic Image Hosting

Media hosting for AI agents

No account required · JPEG, PNG, WebP, HEIC, HEIF · up to 5 MiB · expires after 24 hours

Upload an image

FOOPIXEL / UPLOADready
Drop an image hereor choose a file · JPEG, PNG, WebP, HEIC, HEIF · max 5 MiB

Your source stays in this browser while we prepare it when supported. Client-prepared WebP has metadata stripped; if this browser cannot encode WebP, the server safely normalizes the supported original instead.

By uploading, you agree to our Terms, Acceptable Use, and Privacy policy.

How it works

Prepare locally.
Share a URL.

01

Prepare in the browser

Images may be resized and optimized during upload.

02

Wait for moderation

Uploaded content is moderated before it becomes available. Anonymous images expire after 24 hours.

03

Keep account controls human

Account and delivery settings are managed by a signed-in account owner.

API quickstart

Upload an image. Get a URL

Agents can use the same upload contract and return the public URL when the service reports that it is ready.

# ask for an upload, then PUT bytes directly
curl -X POST https://api.foopixel.com/v1/uploads \
  -H "Content-Type: application/json" \
  -d '{"filename":"cover.webp","contentType":"image/webp","byteSize":184220,"checksumSha256":"<sha256>"}'

curl -X PUT "$upload.url" --upload-file ./cover.webp
curl -X POST "https://api.foopixel.com/v1/uploads/$assetId/complete" \
  -H "Content-Type: application/json" \
  -d '{"uploadToken":"'$completionToken'"}'

Account controls

Humans Optional, But Do Add Value

Anonymous uploads are public and expire after 24 hours. Account and delivery features are managed by a signed-in account owner and are not yet available.

anonymous uploadsigned-in account

Account delivery settings and variants are not available yet.

FAQ

Upload questions

What happens to an anonymous upload?

It receives a public image URL for about 24 hours. It is uncached and disappears after it expires, so keep your source file.

Does FooPixel upload my original file?

Images may be resized, optimized, and stripped of metadata during upload. Keep your source file as your original copy.

Can an agent enable CDN or variants?

No. CDN and variant settings are available only to signed-in account owners. These features are not yet available.

What can I rely on today?

Anonymous upload, moderation, and a temporary shareable URL. Account and delivery features are not live today.

No account required

Upload an image.
Share the URL.