service.urlString
The URL of the AI service endpoint for processing paste operations.
Example
<form id="form">
<input name="firstName" />
<button id="smartPasteButton"></button>
</form>
<script>
$("#smartPasteButton").kendoSmartPasteButton({
service: {
url: "https://api.example.com/smart-paste"
}
});
</script>