MediaLayer - Image, Audio & Video Matching API
## 📦 MediaLayer — Image Similarity, Video Matching & Audio Fingerprinting API MediaLayer is a high-performance API for detecting duplicate and near-duplicate media across **images, audio, and video**. Built for developers and data-driven teams, MediaLayer enables fast and reliable media comparison using advanced fingerprinting techniques optimized for real-world scenarios such as compressed…
MediaLayer - Image, Audio & Video Matching API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Video Similarity / Video Matching API /video/match |
## Request body `/video/match` endpoints accept the same shape: ```json { "source_url": "https://example.com/source.mp4", "target_url": "https://example.com/target.mp4" } ``` -… |
| POST |
Audio Fingerprinting / Audio Matching API /audio/match |
## Request body `/audio/match` endpoints accept the same shape: ```json { "source_url": "https://example.com/source.mp3", "target_url": "https://example.com/target.mp3" } ``` -… |
| POST |
Image Similarity / Image Matching API /image/match |
## Request body `/image/match` endpoints accept the same shape: ```json { "source_url": "https://example.com/source.jpg", "target_url": "https://example.com/target.jpg" } ``` -… |
MediaLayer - Image, Audio & Video Matching API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 20 / minute |
|
| ULTRA | $29 / month | 60 / minute |
|
| MEGA | $79 / month | 120 / minute |
|