Skip to main content
POST
/
v1
/
scripts
/
{script_id}
/
run
Run script
curl --request POST \
  --url https://api.skyvern.com/v1/scripts/{script_id}/run
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

script_id
string
required

The unique identifier of the script

Example:

"s_abc123"

Response

Successful Response