Functions

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

OperationPathMethod
List Functions /v1/functions GET
Create a Function /v1/functions POST
Get a Function /v1/functions/{functionId} GET
Update a Function /v1/functions/{functionId} PUT
Delete a Function /v1/functions/{functionId} DELETE