curl --request POST \
--url https://api.skyvern.com/v1/scripts/{script_id}/run{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Run a script
curl --request POST \
--url https://api.skyvern.com/v1/scripts/{script_id}/run{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
The unique identifier of the script
"s_abc123"
Successful Response