POST Tools Execute
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
tool_name*string
input?
Default
{}Response Body
application/json
curl -X POST "https://api.kirha.com/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
}
}