MetaTrace
MetaTrace is a document tampering detection API that analyzes PDF, DOCX, and XLSX files and returns a clear, evidence-based risk score—so you can quickly tell when a “simple document” might not be so simple. Most tampering doesn’t look like Hollywood forgery. It looks like a PDF exported twice, timestamps that don’t agree, a generator signature that doesn’t match the claimed toolchain, or a…
MetaTrace endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
Check if the API is operational. This endpoint does not require authentication. |
| Analysis | ||
| POST |
compareDocuments /tamper-compare |
Compare an original document with a suspect version to detect modifications. Both files must be of the same type (PDF, DOCX, or XLSX). The comparison identifies differences in… |
| POST |
analyzeDocument /tamper-analyze |
Upload a document to analyze for tampering indicators. The API extracts metadata and calculates a tampering score based on: - Timestamp consistency - Generator signature analysis… |
| GET |
getAnalysis /get-analysis |
Retrieve the results of a previous analysis using its request ID. This does not consume any quota. Analysis results are stored permanently and can be retrieved at any time. |
| POST |
batchAnalyze /tamper-batch-analyze |
Analyze up to 10 documents concurrently. Each file is processed independently and results are returned together with a summary. Files can be provided as file, file1, file2, etc.… |
MetaTrace pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA Recommended | $199 / month | — |
|
| MEGA | $499 / month | — |
|