Skip to main content
POST
/
api
/
rpa
/
run
Run RPA pipeline
curl --request POST \
  --url https://api.getgranite.ai/api/rpa/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "workflow_description": "<string>",
  "parameter_hints": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Request to start RPA pipeline

workflow_description
string
required

Description of the workflow to automate

Minimum string length: 10
parameter_hints
Parameter Hints · object

Hints for parameter extraction during script generation

Response

Successful Response