# ProveIT Full Agent Reference ## Overview ProveIT lets people capture photos and videos with cryptographic integrity metadata, publish a public verification page, and share a permanent proof URL. The service focuses on media authenticity: it can show that a file matches a verified capture record, but it does not prove the truth, context, or meaning of the scene depicted. ## Public Surfaces - Landing page: https://proveit-app.com/ - Landing page Markdown: https://proveit-app.com/index.md - Privacy policy: https://proveit-app.com/privacy or https://proveit-app.com/privacy.md - Terms of service: https://proveit-app.com/terms or https://proveit-app.com/terms.md - Support: https://proveit-app.com/support or https://proveit-app.com/support.md - Robots policy: https://proveit-app.com/robots.txt - Sitemap: https://proveit-app.com/sitemap.xml ## Verification Surfaces - Human-readable page: https://proveit-app.com/verify/{id} - Markdown page: https://proveit-app.com/verify/{id}.md - Structured JSON: https://proveit-app.com/api/v1/verify/{id} - Original-file download: https://proveit-app.com/download/{id} Verification pages may include: - Three-word code - SHA-256 hash - Capture and verification timestamps - Media type and file size - Optional public attribution - Approximate public location, when shared - C2PA Content Credentials status - Blockchain registration status and explorer links - Verification check logs - Screen or moire warnings when detected ## Recommended Agent Behavior 1. If a user provides a ProveIT verification URL, fetch the public page or the JSON endpoint for that exact ID. 2. If a user asks for independent verification, compare the SHA-256 hash from the page or JSON against the downloaded original file from /download/{id}. 3. Summarize verification status carefully. Say whether the file passed ProveIT checks; do not claim the scene itself is true. 4. Respect robots.txt. Avoid crawling /api/, /download/, /lookup, /admin, /auth, /app, and reporting endpoints. 5. Use Markdown variants for compact reading and JSON for structured proof fields. ## Contact - Support: support@proveit-app.com - Business: contact@proveit-app.com