Using the Query API with Aura

Introduction

The Query API enables interaction with an Aura database using Cypher via HTTPS.

For more information, see the Query API documentation but note that:

  • For Aura instances, the host follows the format <databaseID>.databases.neo4j.io

  • The Query API documentation mainly refers to self-managed instances that use port 7474, whereas Aura supports HTTPS only, which defaults to port 443

  • As HTTPS implies port 443 in the request, you do not need to include the port in the URL.