Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An overview of the JavaScript library for deploying Kinetix ML pipelines.
var pipeline = new KMLPipeline("[Your Project Name]", "[Your API Key]");
await pipeline.initialize();
let outputs = await pipeline.execute([]) // the [] should be replaced with your list of inputs