# ProveIT ProveIT is a media authentication service for creating and sharing verifiable proof that a photo or video has not been altered after capture. ## Primary URLs - Website: https://proveit-app.com/ - Verify a capture: https://proveit-app.com/verify/{id} - Verification JSON: https://proveit-app.com/api/v1/verify/{id} - Original-file download: https://proveit-app.com/download/{id} - Support: https://proveit-app.com/support - Privacy policy: https://proveit-app.com/privacy - Terms of service: https://proveit-app.com/terms ## Agent Guidance - Use the public verification page when a human-readable proof page is needed. - Use the verification JSON endpoint when structured proof state is needed for a specific user-provided capture ID. - Do not crawl download URLs or API collections. Fetch them only for a specific user task. - Use explicit .md URLs when Markdown is needed, for example https://proveit-app.com/verify/{id}.md. ## More - Full agent reference: https://proveit-app.com/llms-full.txt