agent-swarm.devagent-swarm.dev

External APIs

External APIs API endpoints

POST
/api/x/script/{endpointId}

Path Parameters

endpointId*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3013/api/x/script/string"
{
  "ok": true,
  "result": null,
  "error": {
    "type": "string",
    "message": "string",
    "details": [
      "string"
    ]
  },
  "durationMs": 0
}
{
  "error": {
    "type": "string",
    "message": "string",
    "details": [
      "string"
    ]
  }
}
{
  "error": {
    "type": "string",
    "message": "string",
    "details": [
      "string"
    ]
  }
}
{
  "error": "string",
  "property1": null,
  "property2": null
}