Skip to content
Features

GenAI Scan Overview

Copyleaks’ Gen AI automatically reviews and summarizes each scan. It highlights the main data points, identifies key insights, and uses the author’s past work (if available) to add helpful context.

This makes it easy to understand the writing quality, AI involvement, and any signs of plagiarism, all in one clear and simple overview.

PropertyTypeDefaultDescription
enablebooleanfalseEnable Gen-AI Overview feature to extract key insights from the scan data.
ignoreAIDetectionbooleanfalseIgnore AI detection when generating the scan’s overview. Only applicable if AI detection was enabled.
ignorePlagiarismDetectionbooleanfalseIgnore plagiarism detection when generating the scan’s overview. Only applicable if plagiarism detection was enabled.
ignoreWritingFeedbackbooleanfalseIgnore writing assistant when generating the scan’s overview. Only applicable if the writing assistant was enabled.
ignoreAuthorDatabooleanfalseIgnore the author’s historical data when generating the scan’s overview. Only applicable if author ID was added to the request.
{
"base64": "...",
"filename": "file.txt",
"properties": {
"action": 0,
"overview": {
"enable": true,
},
}
}

This is the same description as other types of export, just the key is overview.

{
"overview": {
"verb": "POST",
"headers": [
[
"header-key",
"header-value"
]
],
"endpoint": "https://yoursite.com/export/overview"
},
"completionWebhook": "https://yoursite.com/export/completed",
"maxRetries": 3
}
{
"overview": "### Historical Author Data:\n- Four scans analyzed with an average plagiarism similarity of 13.18%\n- 4 instances of AI-generated content detected\n\n### Current Plagiarism Detection:\n- 0% overall plagiarism\n- Main sources: \n - yard.com (3.0%, 74 words)\n - brainly.com (3.2%, 45 words)\n - llcattorney.com (1.3%, 29 words)\n - montrosedemocrats.org (3.0%, 12 words)\n\n### AI Content Detection:\n- 100% AI-written content detected\n\n### Writing Assistant:\n- 100% writing quality with no errors in grammar, sentence structure, word choice, and mechanics.",
"modelVersion": "v1"
}
FieldTypeDescription
overviewstringA markdown-formatted string containing the Gen-AI overview of the scan.
modelVersionstringThe version of the AI model used to generate the overview.