FruxonDocs
ApiKnowledge bases

Accepts a reviewed consolidation report as the base's automatic-approval calibration.

Records the threshold, embedding model and locale of a completed report-only run after revalidating that they still match the knowledge base and that its consolidator is deployable. Automatic source approval remains refused whenever any of those inputs later changes; run, review and calibrate a new report to reopen the gate. Calibration does not apply the report's clusters or publish documents.

POST
/v1/tenants/{tenant}/knowledgeBases/{knowledgeBase}/consolidations/{consolidation}:calibrate
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

knowledgeBase*string

The knowledge base id.

Formatuuid
consolidation*string

The completed report-only run an operator reviewed.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/knowledgeBases/497f6eca-6276-4993-bfeb-53cbbbba6f08/consolidations/497f6eca-6276-4993-bfeb-53cbbbba6f08:calibrate"
{
  "runId": "00000000-0000-0000-0000-000000000000",
  "similarityThreshold": 0,
  "embeddingModel": "string",
  "locale": "string",
  "calibratedBy": "string",
  "calibratedAt": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}