Skip to main content

Getting Started

Pandects exposes a public, read-only REST API for searching agreements and reading full agreement or section text.

Base URL

https://pandects-api.fly.dev

All API routes are versioned under /v1.

First request

curl "https://pandects-api.fly.dev/v1/search?page=1&pageSize=10"

The API returns JSON and standard HTTP status codes.

Response conventions

  • 200: request succeeded
  • 422: invalid request shape or unsupported parameters
  • default: other server-side error envelopes

Next step

Continue with Request Patterns for common query combinations and endpoint workflows.