Document Q&A API
Document Exists
Checks if a given document exists in your index.
GET
/
document-exists
Query Parameters
This is your account ID.
This is the name of the documeht you want to see if exists.
This is the name of the index you want to search for the specifed document. This parameter is optional - if left blank will use auto indexing.
Headers
This is your API token associated with your account.
Response
Indicates whether the call was successful. If this is not present, check “status_code” for the error.