Workflows API
To execute workflows using the Bytebot API, you will need to make a POST
request to /v1/executions
.
Details:
- Endpoint:
/v1/executions
- Method:
POST
- Headers:
Authorization: Bearer <your-api-key>
- Body Parameters:
workflowId
: The ID of the workflow you want to execute (required)url
: The URL of the route (optional)parameters
: An array of objects withname
andvalue
fields for optional input parameters (optional)