Query your data over HTTP
Use the SQL endpoint to select, insert, update, and delete. Secure by default with OAuth2/OIDC and row-level security.
curl -X POST https://api.centia.io/sql \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"sql": "select * from my_table limit 3"}'
Instant SQL API
Connect your Postgres and expose a secure, scalable SQL-over-HTTP API in minutes.
Secure by default
OAuth2/OIDC, row-level security, and rate limiting baked in—ship with confidence.
Built for developers
Clean OpenAPI schema, intuitive SDKs, and a friendly console to manage your data.