Skip to content
Authenticity

Supported File Types

GET https://api.copyleaks.com/v3/miscellaneous/supported-file-types

Get a list of the supported file types.

GET https://api.copyleaks.com/v3/miscellaneous/supported-file-types
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:

Show full example (29 lines)
{
"textual": [
"pdf",
"docx",
"doc",
"txt",
"rtf",
"xml",
"pptx",
"ppt",
"odt",
"chm",
"epub",
"odp",
"ppsx",
// ... truncated