Skip to main content
POST
/
v1
/
acp
/
{server_id}
cURL
curl --request POST \
  --url http://localhost:2468/v1/acp/{server_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "jsonrpc": "<string>",
  "error": null,
  "id": null,
  "method": "<string>",
  "params": null,
  "result": null
}
'
{
  "jsonrpc": "<string>",
  "error": null,
  "id": null,
  "method": "<string>",
  "params": null,
  "result": null
}

Path Parameters

server_id
string
required

Client-defined ACP server id

Query Parameters

agent
string | null

Agent id required for first POST

Body

application/json
jsonrpc
string
required
error
unknown
id
unknown
method
string | null
params
unknown
result
unknown

Response

JSON-RPC response envelope

jsonrpc
string
required
error
unknown
id
unknown
method
string | null
params
unknown
result
unknown