AI & Plagiarism Checker
An AI API service to detect AI content
Last updated
An AI API service to detect AI content
Last updated
URL
https://api.magicapi.dev/api/v1/capix/free/detector/v1/
Method
POST
Description
This endpoint detects anomalies in the provided content. It analyzes the text and returns insights or flags any peculiarities based on predefined criteria.
Request Headers
Content-Type: application/json
: Indicates that the request body format is JSON.
x-magicapi-key: API_KEY
: Your unique API key for authentication. Replace API_KEY
with your actual API key.
The request body must be in JSON format and contain the following parameter:
content
(string): The text content to be analyzed.
Example:
Response
The response will be in JSON format and may include the following fields:
ai_percentage
(number): The percentage likelihood that the content was generated by AI.
average_score
(number): The average score of all analyzed sentences.
content_label
(string): A label indicating the likelihood of AI-generated content (e.g., "May Have AI").
gptzero_me_label
(string): Another label indicating AI detection results (e.g., "ai").
sentence_scores
(array): An array of sentences and their respective scores.
Example Response:
This code returns response like this: