Not sure about this, but possibly check for a referrer header?  i think if someone manually typed in your url, it wouldn't have a referrer header, while AJAX calls do (at least in the quickly test I just did on my system).

It's a bad way of checking though.  Referrer can be blank for a lot of reasons.  Are you trying to stop people from using your web service as a public service or something?