curl --location --request POST '/api/agents//training/start' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "fast",
"sourceIds": [
"uuid-1",
"uuid-2"
],
"useClickHouseEvents": true,
"config": {
"customDepth": "2months",
"maxDataPoints": 2000,
"depth": "1month",
"maxRecords": 1000,
"useClickHouseEvents": true,
"dataTypes": [
"posts",
"comments"
]
}
}'{
"agentId": "string",
"status": "training",
"tasksCreated": 5,
"mode": "fast",
"estimatedTime": "15-20 минут",
"taskIds": [
"string"
]
}