Integrate erAIser's powerful plagiarism detection and AI content analysis tools into your applications
Detect plagiarism in content using our Turnitin-powered analysis engine
Identify AI-generated content with high accuracy using our advanced algorithms
Transform AI-generated content to appear more human-written
All API requests require authentication using your API key. Include your key in the request headers as follows:
Authorization: Bearer YOUR_API_KEY
All API endpoints are relative to the base URL:
https://api.eraiser.pro/v1
All API responses are returned in JSON format with standard HTTP status codes.
Submit content for plagiarism analysis using Turnitin.
{
"content": "The text content to check for plagiarism",
"title": "Document Title",
"format": "text" // or "html"
}
{
"id": "report_12345",
"similarity_score": 23.5,
"sources": [
{
"url": "https://example.com/source1",
"title": "Source Title",
"match_percentage": 12.3
}
],
"status": "completed"
}
Analyze content to determine if it was generated by AI.
{
"content": "The text content to analyze for AI generation"
}
{
"ai_probability": 87.2,
"analysis": {
"sentence_level": [
{
"text": "This sentence appears to be AI-generated.",
"probability": 92.5
}
]
}
}
Transform AI-generated content to appear more human-written.
{
"content": "The AI-generated text to humanize",
"strength": "medium" // "light", "medium", or "strong"
}
{
"original": "The AI-generated text to humanize",
"humanized": "The humanized version of the text",
"ai_probability_before": 92.1,
"ai_probability_after": 18.3
}
All errors follow a standard format:
{
"error": {
"code": "invalid_request",
"message": "Error description"
}
}
We're working on expanding our API capabilities with these upcoming features:
If you have any questions or need assistance with the API, please contact our support team at:
support@eraiser.pro