# New Plagiarism Result

> A snapshot of specific results detected by Copyleaks. It provides the data from the matched results.

A snapshot of specific results detected by Copyleaks. It provides the data from the matched results.

## Webhook HTTP verb

The HTTP verb for this webhook is upon developer request. You need to specify your verb while executing the [Export method](/reference/actions/downloads/export) See `results.verb` field. 

<Tip>
  We recommend you use the HTTP verb `PUT`. It will allow Copyleaks to override an existing file as needed.
</Tip>

<NewPlagiarismResult />

## Example

```json
{
  "statistics": {
    "identical": 0,
    "minorChanges": 0,
    "relatedMeaning": 0
  },
  "text": {
    "value": "Hello world!",
    "pages": {
      "startPosition": [
        0
      ]
    },
    "comparison": {
      "identical": {
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      },
      "minorChanges": {
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      },
      "relatedMeaning": {
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      }
    }
  },
  "html": {
    "value": "<HTML><body><h3>Hello world!</h3></body></HTML>",
    "comparison": {
      "identical": {
        "groupId": [
          0
        ],
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      },
      "minorChanges": {
        "groupId": [
          0
        ],
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      },
      "relatedMeaning": {
        "groupId": [
          0
        ],
        "source": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        },
        "suspected": {
          "chars": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          },
          "words": {
            "starts": [
              0
            ],
            "lengths": [
              1
            ]
          }
        }
      }
    }
  }
}
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Export Method" icon="file-export" href="/reference/actions/downloads/export/">Learn how to use the export method to retrieve detailed scan results.</Card>
  <Card title="How to Display Scan Reports" icon="magnifying-glass" href="/concepts/features/how-to-display/">Understand how to present plagiarism results to your users effectively.</Card>
</CardGroup>
