kirha logo

POST Tools Execute

POST
/v1/tools/execute

Request Body

application/json

tool_name*string
input?
Default{}

Response Body

application/json

curl -X POST "https://api.kirha.ai/chat/v1/tools/execute" \  -H "Content-Type: application/json" \  -d '{    "tool_name": "string"  }'
{
  "tool_name": "string",
  "output": {},
  "is_error": true,
  "error_message": "string",
  "usage": {
    "estimated": 0,
    "consumed": 0
  }
}