Resource group

Functions

Ontology: Function

A Function is the core unit of the Nyckel platform — a live, self-improving classification (or detection / search) pipeline addressed by a single stable id. These endpoints create, list, fetch, update, and delete Functions.

Operations

MethodPathOperation
GET /v1/functions List Functions (List)
POST /v1/functions Create a Function (PostFunction)
GET /v1/functions/{functionId} Get a Function (GetFunction)
PUT /v1/functions/{functionId} Update a Function (PutFunction)
DELETE /v1/functions/{functionId} Delete a Function (DeleteFunction)