AI Detector
Supported AI Text Detection File Types
GET https://api.copyleaks.com/v3/miscellaneous/supported-ai-text-detection-file-types
Get a list of the Supported AI Text Detection File Types.
Request
Section titled “Request”GET https://api.copyleaks.com/v3/miscellaneous/supported-ai-text-detection-file-typescurl --request GET \ --url https://api.copyleaks.com/v3/miscellaneous/supported-ai-text-detection-file-typesResponse
Section titled “Response” 200 OK
The command was executed.
Response Schema
The response contains the following fields:
supportedAiFileTypes array<string>
A list of supported file extensions for ai text detection content scans.
Example Response
A typical response from this endpoint:
{ "supportedAiFileTypes": [ "pdf", "docx", "doc", "txt", "rtf", "xml", "pptx", "ppt", "odt", "chm", "epub", "odp", "ppsx",// ... truncated