← Home

Developers · Public API

Public API

These endpoints work without sign-in. Planning, screening, extraction, and project routes under /api/projects and /api/agent require a human browser session — see auth.md.

Machine-readable discovery

Endpoints

Base URL: https://meta-analysis360.com

  • GET
    /api/health

    Liveness and database connectivity (200 or 503).

  • GET
    /api/health/db

    Database-only health check.

  • GET
    /api/status

    Public service status snapshot (used by /status page).

  • POST
    /api/waitlist

    Waitlist signup — JSON body with fullName, email, institution, useCase.

  • GET
    /api/consent/region

    Whether this visitor needs the analytics cookie banner.

Live status page: /status