Authenticity
Supported File Types
GET https://api.copyleaks.com/v3/miscellaneous/supported-file-types
Get a list of the supported file types.
Request
Section titled “Request”GET https://api.copyleaks.com/v3/miscellaneous/supported-file-types
curl --request GET \ --url https://api.copyleaks.com/v3/miscellaneous/supported-file-types
Response
Section titled “Response” 200 OK
The command was executed.
Response Schema
The response contains the following fields:
textual array<string>
A list of supported file extensions for textual content scans.
ocr array<string>
A list of supported file extensions for OCR (image-based) scans.
Example Response
A typical response from this endpoint:
{ "textual": [ "pdf", "docx", "doc", "txt", "rtf", "xml", "pptx", "ppt", "odt", "chm", "epub", "odp", "ppsx",// ... truncated