curl --request POST \
--url https://api.example.com/api/projects/extract{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}Extract real projects from an ingested source.
Idempotent: skips if content hasn’t changed (unless force=True).
curl --request POST \
--url https://api.example.com/api/projects/extract{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"ctx": {},
"input": "<unknown>"
}
]
}