Actions
Get an action
client.actions.retrieve("color-grade-image-browser" | "overlay-image-browser" | "draw-image-browser" | 37 moreactionID, RequestOptionsoptions?): ActionRetrieveResponse { action_id, charged_cost, description, 5 more }
GET/actions/{actionId}
Start an action run
client.actions.run(ActionRunParamsbody, RequestOptionsoptions?): ActionRunResponse { charged_cost, estimated_seconds, run_id, 6 more }
POST/runs/action
ModelsExpand Collapse
ActionListResponse { actions }
ActionListResponse { actions }
actions: Array<Action>
actions: Array<Action>
action_id: "color-grade-image-browser" | "overlay-image-browser" | "draw-image-browser" | 37 moreAction identifier
action_id: "color-grade-image-browser" | "overlay-image-browser" | "draw-image-browser" | 37 more
Action identifier
One of the following:
inputs: Array<Input>Action input slots
inputs: Array<Input>
Action input slots
outputs: Array<Output>Action output slots
outputs: Array<Output>
Action output slots
ActionRetrieveResponse { action_id, charged_cost, description, 5 more }
ActionRetrieveResponse { action_id, charged_cost, description, 5 more }
action_id: "color-grade-image-browser" | "overlay-image-browser" | "draw-image-browser" | 37 moreAction identifier
action_id: "color-grade-image-browser" | "overlay-image-browser" | "draw-image-browser" | 37 more
Action identifier
One of the following:
inputs: Array<Input>Action input slots
inputs: Array<Input>
Action input slots
outputs: Array<Output>Action output slots
outputs: Array<Output>
Action output slots
ActionRunResponse { charged_cost, estimated_seconds, run_id, 6 more }
ActionRunResponse { charged_cost, estimated_seconds, run_id, 6 more }
action?: Action | null
action?: Action | null