API Coming Soon
We're working hard to bring you a powerful API for integrating AI content detection into your applications. Stay tuned for updates!
Overview
The Detect Gemini API will allow you to programmatically detect AI-generated content in text. Our API will provide simple, RESTful endpoints that return probability scores and confidence levels for AI detection.
Base URL
https://api.detectgemini.com/v1
Authentication
All API requests will require authentication using an API key. Include your API key in the request headers.
Header
Authorization: Bearer
YOUR_API_KEY
Endpoints
/detect
Detect AI-generated content in the provided text.
Request Body
{
"text": "Your text to
analyze..."
}
Response
{
"aiProbability": 85.5,
"humanProbability": 14.5,
"confidence": 92.3
}
Rate Limits
Rate limits will be implemented to ensure fair usage. Specific limits will be announced when the API is released.