MediaMark
Creating a database of perceptual hashes and implementing a search mechanism against it is a sophisticated approach to managing digital content on a platform, ensuring compliance with copyright laws and preventing the dissemination of Child Sexual Abuse Material (CSAM). This description outlines the development of a system that can significantly enhance content moderation efforts. Below is an…
MediaMark endpoints
| Method | Endpoint | Description |
|---|---|---|
| databases | ||
| POST |
/databases /databases |
Databases |
| DELETE |
/databases/{databaseId} /databases/{databaseId} |
Delete Database by ID |
| photos | ||
| POST |
/photos /photos |
Submit a photo and compute phash |
| POST |
/photos/compare /photos/compare |
Submit a photo and compare to phashes in specified database |
| phashes | ||
| POST |
/phashes /phashes |
Submit a phash directly |
| POST |
/phashes/compare /phashes/compare |
Compare a phash with the database of phashes |
| DELETE |
/phashes/{databaseId}/{phash} /phashes/{databaseId}/{phash} |
Remove a phash from the specified database |
MediaMark pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / second |
|
| PRO | $30 / month | 15 / second |
|
| ULTRA Recommended | $125 / month | 15 / second |
|
| MEGA | $500 / month | 45 / second |
|