Switchyard

Web/Login Acquisition API

This page documents the current acquisition endpoints that already exist on the service surface.

这页只记录当前已经落地的 acquisition 路由,不提前写未来控制面。

Current Routes

Supported Providers

Current Modes

Compatibility alias:

Example: Start Login

curl http://127.0.0.1:4010/v1/runtime/providers/chatgpt/acquisition/start \
  -H 'content-type: application/json' \
  -d '{}'

Example: Capture

curl http://127.0.0.1:4010/v1/runtime/providers/chatgpt/acquisition/capture \
  -H 'content-type: application/json' \
  -d '{}'

What This Is Not

这不是:

这只是 current local-first acquisition surface。