Workflows
Upload File
Upload a file to a workflow without triggering processing
POST
Useful when you want to stage files now and process them in a separate batch later.
Each upload creates its own single-file collection and returns its
file_collection_id. To process it, call Run Uploaded File with that id. (For upload-and-process in one call, use Run Workflow instead.)
file_collection_id is the handle you run and poll — see Files and collections. file_id identifies the single file within it (used for reading that file’s content/results).Authorizations
API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.
Path Parameters
Body
multipart/form-data
