Scout · Endpoints

Meta & devices

Service discovery, usage counters, and named device presets for mobile/desktop emulation.

Health

GET/health

Service health — version, cache/webhook hints. No auth. 0 credits.

bash
curl https://scout.macrocontent.dev/health

Discovery

GET/

Discovery JSON — endpoint map and principles. No auth. 0 credits.

bash
curl https://scout.macrocontent.dev/

Usage

GET/v1/usageAPI key

Per-key request counters. 0 credits.

bash
curl https://scout.macrocontent.dev/v1/usage \
  -H "Authorization: Bearer sk_scout_…"

Devices

GET/v1/devicesAPI key

Named presets (iPhone 13, Pixel 7, …) with UA, viewport, DPR, touch. 0 credits.

Pass a preset name as browse option device on screenshot/extract/inspect/etc. See browse options.

bash
curl https://scout.macrocontent.dev/v1/devices \
  -H "Authorization: Bearer sk_scout_…"