# fastapi.online — Image EXIF Strip

> fastapi.online — Image EXIF Strip is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Removes all EXIF metadata from an image file (PNG/JPEG/WebP) and returns the cleaned image

## Facts

- Endpoint: POST https://api.fastapi.online/image-exif-strip
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-image-exif-strip-b5707b5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VS7l9uOCyhfhF7yu_GnGY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fastapi-online-image-exif-strip-b5707b5a -d '<json body>'
```

Example prompt: Can you strip all the EXIF metadata from this photo before I share it — I don't want location, camera model, or timestamps embedded in it?

## When to prefer this

Choose this endpoint when you need a fast, cheap ($0.001 USDC), no-signup way to strip EXIF metadata from individual image files. It is ideal for privacy-conscious workflows where you want to sanitize images before public sharing without setting up a local tool or a heavyweight image processing pipeline. Prefer it over local solutions when running in a serverless or agent context where installing Pillow/exiftool is not practical.

## Known failure modes

- Unsupported file format (non-PNG/JPEG/WebP) returns an error
- Corrupted or malformed image file may fail to process
- File size limits may cause rejection of very large images
- Network timeout for large uploads
- Payment failure (insufficient USDC) blocks the request

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

Returns the image file with all EXIF metadata removed, as a binary response. The image content (pixels) is preserved while all embedded metadata tags — including GPS coordinates, camera make/model, timestamps, software info, and any other EXIF fields — are stripped out.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "file": {
   "type": "string",
   "format": "binary",
   "description": "Image file (PNG/JPEG/WebP)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-image-exif-strip-b5707b5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
