PixelVault API
## What is PixelVault API? Every photo taken with a smartphone secretly embeds GPS location, camera model, timestamps, and personal data into the file. PixelVault strips all of it before your users upload or share images — protecting privacy and ensuring GDPR compliance automatically. ## Key Features - **Clean metadata** — Strip GPS, EXIF, XMP, IPTC in a single API call - **Inspect before…
PixelVault API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Image | ||
| POST |
/v1/image/inspect /v1/image/inspect |
Inspect image metadata without modifying the file. Returns GPS, camera info, datetime, and privacy risk level. |
| POST |
/v1/image/clean /v1/image/clean |
Remove EXIF, GPS, XMP and other metadata from an image. Returns cleaned image binary with metadata in response headers. |
| POST |
/v1/image/clean-and-resize /v1/image/clean-and-resize |
Remove metadata and resize/compress in one step. Starter plan and above. |
| Batch | ||
| GET |
/v1/image/batch/{batch_id}/status /v1/image/batch/{batch_id}/status |
Get batch job status and results. |
| POST |
/v1/image/batch /v1/image/batch |
Async batch process up to 20 images. Pro plan: 10 max. Business plan: 20 max with Webhook. |
| System | ||
| GET |
/health /health |
Health check endpoint |
PixelVault API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 30 / minute |
|
| ULTRA | $29 / month | 60 / minute |
|
| MEGA Recommended | $99 / month | 120 / minute |
|