curl --location 'https://document-query.pyqai.com/index-exists?account_id=ExampleAccountId&index_name=ExampleIndexName' \ --header 'Authorization: ExampleToken' \ --data ''
{ "response": true }
Checks if a given index exists in your account.