Tayanch checks images, video, and audio for signs of AI generation and returns a clear verdict — one API call, no guesswork.
/analyze endpoint.Upload an image and Tayanch returns a live verdict. Video and audio are coming soon.
Send a file, get a verdict and the confidence behind it back. Works for images, video, and audio.
curl https://api.yourdomain.com/analyze \ -H "X-API-Key: $KEY" \ -F "image=@photo.jpg"
{
"verdict": "ai",
"label": "Likely AI-generated",
"p_ai": 0.98,
"confidence": 96
}
X-API-Key header.Monthly plans, or pay only for what you send through your API key.