Using Deployed Workflow

Once your workflow is deployed. Go to the Endpoint tab. You will see a Python code example to interact with it. The provided code sample illustrates how to make a request to the endpoint, including options for configuring request headers, payload, and handling streaming responses if enabled.

All workflow deployments are private. You will need to use the access key to access the deployment. The example code snippet in the Endpoint tab shows how to include the authorization token using DYNAMIQ_ACCESS_KEY environment variable.

Last updated