cURL
curl --request POST \ --url http://127.0.0.1:22100/v1/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "generation": 123, "scope": "local" }
Documentation IndexFetch the complete documentation index at: https://arc.sdjz.wiki/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://arc.sdjz.wiki/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Raw Arc config JSON document.
Applied locally
local