4.6.2 Public API (Gateway)

  • GET /v1/health

  • POST /v1/detect/image

    • input: image_b64 or source_url

    • option: return_explanation

PRVX-aware request signaling

The gateway supports an optional header:

  • x-prvx-address: 0xYourAddress

This is a key design affordance: it enables a future-proof link between:

  • user identity (wallet),

  • rate limits / priority,

  • protocol economics (PRVX-based QoS, tiers, credits).

Even without enforcing token gating at this stage, the interface is aligned with the “PRVX sustains the network” model.

Last updated