cURL
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>" } ] }
Execute RPA pipeline to create automation from description
Request to start RPA pipeline
Description of the workflow to automate
10
Hints for parameter extraction during script generation
Successful Response