curl --request POST \
--url https://api.example.com/api/ingest/preview-impact \
--header 'Content-Type: application/json' \
--data '
{
"exclude_source_id": "<string>",
"proposed_concepts": [
"<string>"
],
"proposed_tools": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Preview how proposed skills from new content would change pattern fit.
curl --request POST \
--url https://api.example.com/api/ingest/preview-impact \
--header 'Content-Type: application/json' \
--data '
{
"exclude_source_id": "<string>",
"proposed_concepts": [
"<string>"
],
"proposed_tools": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}