Changelog

2026-07-21 — v1 public API

Initial public release of the CrawlPipe legal-vn API.

  • GET /v1/legal/documents, /{id}, /{id}/effectivity, /{id}/relations — structured document metadata, unit trees, and the effectivity graph.
  • GET /v1/legal/search — unit-level full-text, semantic, and hybrid search with ready-to-cite results, built for RAG.
  • GET /v1/legal/changes — cursor-paginated change feed.
  • POST/GET/DELETE /v1/webhooks — push notifications on document changes, signed with HMAC-SHA256.
  • GET /v1/usage, GET /v1/me — self-serve usage and account introspection.
  • GET /v1/meta/freshness, /v1/meta/status, /v1/meta/plans — public, unmetered status and pricing signals.
  • @crawlpipe/mcp — stdio MCP server, 1:1 with the REST surface.
  • Free / Builder / Pro plans, metered per request (1/2/100 units), PayPal billing, idempotent-replay protection on every metered endpoint.

Path-versioned at /v1/. Additive changes (new fields, new params) may ship without notice; breaking changes will only ever arrive as /v2/, with a Sunset header and a 6-month deprecation window on /v1/.

Changelog — CrawlPipe Docs