POST
/
run
/
{session_id}
/
user_interaction
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"
}'

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header. Contact support to obtain an API key for your account.

Path Parameters

session_id
string
required

The unique identifier for the workflow execution session

Body

application/json · object

A dictionary containing workflow-specific user input data