Agent execution API endpoint
Request
Body Params application/jsonRequired
{
"query": "string",
"conversation_id": 0,
"is_set": true,
"history": [
{
"property1": "string",
"property2": "string"
}
],
"minio_files": [
{
"property1": "string",
"property2": "string"
}
],
"agent_id": 0,
"is_debug": true
}
Request Code Samples
curl --location --request POST '/agent/run' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"conversation_id": 0,
"is_set": true,
"history": [
{
"property1": "string",
"property2": "string"
}
],
"minio_files": [
{
"property1": "string",
"property2": "string"
}
],
"agent_id": 0,
"is_debug": true
}'
Modified at 2025-12-12 05:26:19