▦ IntakeRows
DEVELOPER PREVIEW

A clear contract
for your workflow.

The preview exposes health and account-status endpoints. GitHub sign-in is available when account services are configured. Record extraction, API keys and billing will be introduced with the live service.

Check service health

GET /v1/health
{"status":"ok","mode":"demonstration"}

This endpoint needs no authentication and returns a non-cacheable JSON response. Unsupported API paths return a JSON 404.

OpenAPI description

Account sessions

GET /v1/account returns login availability and the current account when signed in. Browser login uses POST /auth/login. Logout uses POST /auth/logout with the session cookie and an X-CSRF-Token header from account status. These mutations require the application Origin.

Planned integration

The live API will use bearer API keys, monthly record allowances shared with the website, idempotent submissions and structured errors. These capabilities are planned and are not callable in this preview.

Inspect the result format

The sample workspace demonstrates missing-field flags, source evidence and CSV export without a model request.