Image analysis report

Request the original file and review its source.
- Report ID
- DFP-SAMPLE-IMAGE-0001
- Analysis date
- 13 September 2026
Loading…
Give your team and clients a clear record of each photo or video check: the result, findings and file details in one report.
Add your company’s logo and style once. Your PDF reports are then ready to download and share.
Try your design here. Your logo stays in this browser. Save the final design in your company workspace.
No registration needed. Your logo stays in this browser. The PDF contains clearly marked demonstration findings.

Request the original file and review its source.
Choose your company name, logo and accent colour. Your team uses the saved design for PDF exports without a separate report builder.
Example in English · illustrative data
JSON, text and PDF present the same recorded analysis. Business adds company branding, batch exports and shared case records. Exporting does not trigger another analysis charge.
| Workflow | Formats | What you receive |
|---|---|---|
| Individual report | PDF · JSON / TXT via API | The result for one file, with detector findings, file details and analysis time. Basic and Full both include these formats. |
| Batch results | CSV · ZIP of PDFs | A summary row for each file, plus individual PDF reports in one ZIP download. |
| Team case | PDF summary · JSON dossier · CSV register | PDF summarises linked results and analyst notes. JSON includes the case, reports, notes and activity log. CSV lists the team’s cases. |
Use the versioned evidenceReport object to show results in your application, review queue or dashboard.
GET /v1/jobs/{id}/report?format=jsonDownload a plain-text report for CRM notes, case records, emails or your own document template.
GET /v1/jobs/{id}/report?format=textDownload a finished report with your company design when branding is enabled for the workspace. The file details and recorded findings stay unchanged.
GET /v1/jobs/{id}/report?format=pdfThese public downloads use one fictional image report. They demonstrate the output structure without an account or analysis request. Scores are illustrative, not measurements of the demo portrait. The downloadable examples are in English.
Read the annotated report fields · Inspect the image-report walkthrough
Your branding changes the report design. It must not change the meaning of the findings.
Use the same authenticated report endpoint after a job reaches completed status.
curl -H "Authorization: Bearer $DEEPFAKEPOLICY_API_KEY" \
"https://deepfakepolicy.com/v1/jobs/$JOB_ID/report?format=json"
curl -H "Authorization: Bearer $DEEPFAKEPOLICY_API_KEY" \
"https://deepfakepolicy.com/v1/jobs/$JOB_ID/report?format=text" -o report.txt
curl -H "Authorization: Bearer $DEEPFAKEPOLICY_API_KEY" \
"https://deepfakepolicy.com/v1/jobs/$JOB_ID/report?format=pdf" -o report.pdfDownload a PDF to share, or use text and JSON to display the findings in your own application.