Trigger Source Extraction
Trigger knowledge extraction from a source (Learn lifecycle).
User clicks 'Learn' button on a source in the Library. Queues a source_extraction task for the Knowledge Agent. Returns 202-style response immediately (task runs in background).
curl -X POST "http://127.0.0.1:14242/sources/string/extract"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}