Run
Workflow - Queue
Create a new workflow run with the given parameters.
POST
/
run
/
workflow
/
queue
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The inputs to the workflow
The GPU to override the machine's default GPU
Available options:
T4
, L4
, A10G
, A100
, A100-80GB
, H100
Response
200 - application/json
The ID of the run, use this to get the run status and outputs
Was this page helpful?