semantic-catalog

Deterministic CFIHOS classification of a single legend entry

Returns the entry with cfihos_* fields populated using the deterministic seed map + ISA-5.1 parser + catalog name search. Stateless; no DB hit. Frontend uses this during legend auto-populate and after a user edits an entry's name.

post/api/v0/semantic-catalog/classify-legend-entry

Request body

idstring required
namestring required
classstring required
subtypestring nullable
source_node_idstring nullable
source_crop_urlstring nullable
confidencenumber
cfihos_tag_class_codestring nullable
cfihos_equipment_class_codestring nullable
cfihos_versionstring nullable
cfihos_source'deterministic_map' | 'name_match' | 'isa_letter_code' | 'llm' | 'template_applied' | 'user_pinned' nullable
cfihos_confidencenumber nullable
transcriptionstring nullable

Response

Successful Response

idstring required
namestring required
classstring required
subtypestring nullable
source_node_idstring nullable
source_crop_urlstring nullable
confidencenumber
cfihos_tag_class_codestring nullable
cfihos_equipment_class_codestring nullable
cfihos_versionstring nullable
cfihos_source'deterministic_map' | 'name_match' | 'isa_letter_code' | 'llm' | 'template_applied' | 'user_pinned' nullable
cfihos_confidencenumber nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.