Document Q&A API
Document Exists
Checks if a given document exists in your index.
GET
/
document-exists
Query Parameters
account_id
int
requiredThis is your account ID.
document_source
string
requiredThis is the name of the documeht you want to see if exists.
index_name
string
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
Authorization
string
requiredThis is your API token associated with your account.
Response
response
string
Indicates whether the call was successful. If this is not present, check “status_code” for the error.