DupeOff provides a rest server that can return the report in several formats from json to xmlrpc. For a sample live client implementation take a look at the Wordpress plugin.
Attached is a sample php, json implementation, and you just need to insert your username and password inside the index.php file!
All you need to do is:
- replace USERNAME and PASSWORD in the script with your DupeOff credentials
- pass in the text into this variable: $node->body[$node->language][0]["value"] = "Your Text";





