PicDefense
PicDefense.io is a powerful, modular API for advanced image detection. Designed for developers, businesses, and agencies, it enables users to perform tasks such as detecting copyright risks, finding backlinks, extracting EXIF data, and identifying critical image elements like faces, logos, and landmarks. Whether you’re managing image compliance, building AI-powered applications, or conducting…
PicDefense endpoints
| Method | Endpoint | Description |
|---|---|---|
| backlinks | ||
| POST |
backlinks /backlinks |
Returns a list of URLs where the image appears. |
| checkImageRisk | ||
| POST |
checkImageRisk /checkImageRisk |
Check copyright risk of an image URL. |
| exif | ||
| POST |
exif /exif |
Returns EXIF metadata from the image. |
| face | ||
| POST |
face /face |
Returns whether the image contains a face. |
| labels | ||
| POST |
labels /labels |
Returns detected labels and their confidence scores from the image. |
| landmark | ||
| POST |
landmark /landmark |
Returns whether the image contains a landmark. |
| logo | ||
| POST |
logo /logo |
Returns whether the image contains a logo. |
| safesearch | ||
| POST |
safesearch /safesearch |
Returns content safety analysis of the image. |
| Other endpoints | ||
| POST |
backlinks /backlinks |
Returns a list of URLs where the image appears. |
| POST |
checkImageRisk /checkImageRisk |
JSON object with image data and picrisk. Consumes 1 credit on success. |
| POST |
exif /exif |
Returns EXIF metadata from the image. |
| POST |
face /face |
Returns whether a face was detected in the image. |
| POST |
labels /labels |
Returns labels describing the context of the image and their confidence scores. |
PicDefense pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 25 / second |
|
| PRO | $25 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|