Push Data
POST
/
v1
/
push
name of Sieve workflow
ID of Sieve model
a dictionary representing the inputs to the workflow
This endpoint triggers either a workflow or a model with a given set of inputs. The structure of the inputs should match the inputs types specified in the workflow or model definition.
Example
A workflow that takes in a sieve.Video
named video
and a sieve.Image
named image
would be triggered with the following request:
A model that takes in a str
named prompt
would be triggered with the following request:
Was this page helpful?