OpenAPI specification
The spec is maintained alongside the library. The endpoint pages in this
section are generated from it.
Base URL
FlowDrop targets a single base path that you configure withcreateEndpointConfig('/api/flowdrop'). All endpoint paths in this reference are
relative to that base — for example, GET /nodes resolves to
/api/flowdrop/nodes.
Authentication
The API supports two authentication schemes, applied per your deployment:BearerAuth— anAuthorization: Bearer <token>header (JWT). In the editor, supply tokens through anAuthProvider(for exampleStaticAuthProviderorCallbackAuthProvider).SessionAuth— a session cookie (SESS), for same-origin deployments that rely on an existing session.
AuthProvider.