The Exists Document API allows to check for the existence of a document using HEAD method.
HEAD
For example:
HEAD /twitter/tweet/1
The result of the above operation is a 200 OK HTTP response code with no body.
200 OK