1. Home
  2. Docs
  3. API Connection Guidelines
  4. Security
  5. Screenshot detection

Screenshot detection

Scriptation will post this information when a capture occurs.
POST https://yoursite.com/your_api_path/notify_screenshot

Parameters
id (string) The unique identifier that represents a file.
document_name(string) Document name.
document_page(int) Document page.
content(binary) Screenshot image (PNG).

Response
Returns a 200 OK response code. Scriptation will retry up to 5 times in case of error.