This page documents the current acquisition endpoints that already exist on the service surface.
这页只记录当前已经落地的 acquisition 路由,不提前写未来控制面。
POST /v1/runtime/providers/{providerId}/acquisition/startPOST /v1/runtime/providers/{providerId}/acquisition/capturechatgptgeminiclaudegrokqwenisolated-chrome-rootmanaged-browserexisting-browser-sessionCompatibility alias:
existing-chrome-profile
isolated-chrome-rootcurl http://127.0.0.1:4010/v1/runtime/providers/chatgpt/acquisition/start \
-H 'content-type: application/json' \
-d '{}'
curl http://127.0.0.1:4010/v1/runtime/providers/chatgpt/acquisition/capture \
-H 'content-type: application/json' \
-d '{}'
这不是:
这只是 current local-first acquisition surface。