Authenticity checks for modern media
Reliable AI detection for any content type.
Proof of Strife is your all-in-one AI detection tool for music, images, video, and text. Try it for free or sign up as a developer to access our simple API.
Proof of Strife reports likelihood, not absolute proof. Results should be used as a review signal not a decision maker, especially for licensing, catalog intake, platform compliance, or moderation workflows.
Detection coverage
One interface for every kind of AI-content check.
Music, image, video, and text detection are live first. Each content type routes through the same normalized API format.
Music
Detect AI-generated tracks from uploaded audio URLs or Spotify track IDs.
Images
Screen artwork, photos, thumbnails, and generated visuals.
Video
Screen uploaded videos for AI-generated visual patterns.
Text
Analyze copy, articles, reviews, and written submissions.
For developers
A single API endpoint for content authenticity.
Build against one clean response format while Proof of Strife handles storage, provider routing, normalized scores, and deletion after processing.
Get StartedPOST /api/v1/detect
{
"type": "text",
"text": "Paste text to analyze here."
}
Response
{
"status": "complete",
"type": "text",
"score": 0.82,
"scorePercent": 82,
"label": "likely_ai",
"provider": "huggingface"
}