/
AI
aircodelabs
/
PostgreSQL Database Query Plugin
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.1
2026-07-17
2
0
2.9 KB
Execute an SQL query on the database
post
/queryAPI
Request body
object
required
url
string
required
The URL of the database.
sql
string
required
The SQL query to execute.
Response
OK
object
required
response
object
The response returned by the SQL query.