Sita Docs
  1. Overview
  2. System
  3. API
  4. Semantic

API

Semantic API

Implemented

Semantic search is a heuristic stand-in for a GNN. The API exists so the interface can later claim model_inference without inventing scores today.

Framework0307

Why this exists

Why this API boundary exists

Semantic search is a heuristic stand-in for a GNN. The API exists so the interface can later claim model_inference without inventing scores today.

Endpoints

GET/projects/{project_id}/semantic/signalsImplemented

Available semantic search signals.

Auth: clerk

services/api/app/routes/semantic.py

POST/projects/{project_id}/semantic/findPartial

Criteria-based heuristic semantic search.

Auth: clerk

Framework07

services/api/app/routes/semantic.py

POST/projects/{project_id}/semantic/similarPartial

Exemplar similarity search (heuristic).

Auth: clerk

services/api/app/routes/semantic.py

GET/gnn/statusPlanned

Reports that no GNN model is loaded.

Auth: operator

services/api/app/routes/gnn.py

POST/gnn/inferPlanned

Always 404. Stub reserved for a future GNN service.

Auth: operator

services/api/app/routes/gnn.py