curl --location 'https://document-query.pyqai.com/indices?account_id=ExampleAccountID' \ --header 'Authorization: ExampleToken' \ --data ''
{ "response": [ "Index1", "Index2", "Index3" ] }
This endpoint lists all indices associated with your account.