# Authenticity Actions

> Reference for the Copyleaks Authenticity API endpoints to submit, start, and manage plagiarism and AI detection scans.

The Copyleaks Authenticity API allows you to integrate your institution's platform, learning management system or any other e-learning solution with Copyleaks products.

## Endpoints
<br/>
<EndpointRow method="PUT" url="v3/scans/submit/file/scanId" description="Starting a new process by providing a file to scan" href="/reference/actions/authenticity/submit-file" />
<EndpointRow method="PUT" url="v3/scans/submit/url/scanId" description="Starting a new process by providing a URL to scan" href="/reference/actions/authenticity/submit-url" />
<EndpointRow method="PUT" url="v3/scans/submit/ocr/scanId" description="Starting a new process by providing an image file with text to scan" href="/reference/actions/authenticity/submit-ocr" />
<EndpointRow method="PATCH" url="v3/scans/start" description="Start scanning a list of creditsChecked scans" href="/reference/actions/authenticity/start" />
<EndpointRow method="PATCH" url="v3.1/scans/delete" description="Delete the specific scans from the server, after getting the scan results" href="/reference/actions/authenticity/delete" />
<EndpointRow method="POST" url="v3/scans/scanId/webhooks/resend" description="Resend webhooks for existing scans" href="/reference/actions/authenticity/resend-webhook" />
<EndpointRow method="POST" url="v3/downloads/{scanId}/export/{exportId}" description="Export your scan report by providing a scan ID." href="/reference/actions/downloads/export" />
<EndpointRow method="GET" url="v3/repositories/repository/{repositoryId}/info" description="Get information about your Private Cloud Hubs." href="/reference/actions/private-cloud-hub/info" />
<EndpointRow method="GET" url="v3/miscellaneous/supported-plagiarism-file-types" description="Get a list of supported plagiarism file types." href="/reference/actions/miscellaneous/supported-plagiarism-file-types" />
<EndpointRow method="GET" url="v3/miscellaneous/ocr-languages-list" description="Get a list of supported languages for OCR." href="/reference/actions/miscellaneous/ocr-supported-languages" />
<EndpointRow method="GET" url="v3/miscellaneous/allowed-cross-languages" description="Get a list of supported languages for cross-language scans." href="/reference/actions/miscellaneous/supported-cross-languages" />
