curl --request POST \
--url https://api.skyvern.com/v1/sdk/run_action \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"action": {
"type": "ai_click",
"selector": "",
"intention": "",
"data": "<string>",
"timeout": 10000
},
"browser_session_id": "<string>",
"browser_address": "<string>",
"workflow_run_id": "<string>"
}
'{
"workflow_run_id": "<string>",
"result": "<unknown>"
}Execute a single SDK action with the specified parameters
curl --request POST \
--url https://api.skyvern.com/v1/sdk/run_action \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"action": {
"type": "ai_click",
"selector": "",
"intention": "",
"data": "<string>",
"timeout": 10000
},
"browser_session_id": "<string>",
"browser_address": "<string>",
"workflow_run_id": "<string>"
}
'{
"workflow_run_id": "<string>",
"result": "<unknown>"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Request to run a single SDK action.
The URL where the action should be executed
Click action parameters.
Show child attributes
The browser session ID
The browser address
Optional workflow run ID to continue an existing workflow run