patchBay

[object Object] vs Query API

If you need a Development API that's easy to integrate, go with Query API.

Query API

API for executing database queries.

[object Object]

  • Requires No authentication
  • No HTTPS support

Query API

  • Simple API key authentication
  • HTTPS supported
Feature[object Object]Query API
AuthenticationNoapiKey
HTTPSNoYes
CORSUnknownUnknown

When to use which?

Query API supports HTTPS, which is required for production deployments and secure data handling.