filebot-uppy-plugin
v0.1.0
Published
Uppy plugin wrapping upload-token + finalize + optional run trigger.
Maintainers
Readme
filebot-uppy-plugin
Uppy plugin for uploading to Filebot — wires upload-token + finalize and an optional pipeline-run trigger into a standard Uppy uploader.
Install
npm install filebot-uppy-plugin @uppy/core@uppy/core is a peer dependency.
Usage
import Uppy from "@uppy/core";
import { filebotUpload } from "filebot-uppy-plugin";
const uppy = new Uppy().use(filebotUpload, {
baseUrl: "https://api.filebot.dev",
getApiKey: () => "fr_live_...",
// optionally trigger a pipeline run on each finalized upload:
pipelineId: "pl_...",
});License
This project is licensed under the MIT License. See the LICENSE file for details.
