POST Tools Execute
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
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
}
}