cURL
curl --request POST \ --url https://api.cloudcruise.com/run/{session_id}/user_interaction \ --header 'Content-Type: application/json' \ --header 'cc-key: <api-key>' \ --data ' { "verification_code": "123456" } '
Submits user interaction data during an active run. This endpoint enables:
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
The unique identifier for the workflow execution session
A dictionary containing workflow-specific user input data