DDX for PostgreSQL — API Reference

OpenAPI 3.1 specification for the public HTTP surface, rendered with Swagger UI.

OVERVIEW

pg.ddx.io exposes two complementary HTTP APIs:

Every documented endpoint is served live by the Agora binary at https://pg.ddx.io. The same URLs typically render either HTML or JSON depending on the format query parameter or the Accept header.

The raw OpenAPI document lives at /openapi.yaml — embed it in your own tooling, generate clients with openapi-generator, or point Postman/Insomnia/Bruno at it.

SPECIFICATION

RELATED