cURL
curl --request POST \ --url https://api.dualship.run/api/v1/flows/{id}/execute \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Workspace-Id: <x-workspace-id>' \ --data '{}'
{}
Execute a flow directly (for testing)
Documentation IndexFetch the complete documentation index at: https://docs.dualship.run/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dualship.run/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication
Workspace ID
Flow ID
Request body
The body is of type object.
object
Flow execution result
The response is of type object.
Was this page helpful?