POST
/
apis
/
request
/
workflow
/
step
/
create
curl --request POST \
--url https://api.nfig.ai/apis/request/workflow/step/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
  "browserMode": "<mode>"
}'
{
  "workflowId": "67133e3bdc2f5555ef593",
  "sessionToken": "<string>",
  "debuggerUrl": "<string>"
}

Authorizations

api-key
string
header
required

Body

application/json
browserMode
enum<string>
required
Available options:
REMOTE

Response

200 - application/json
Create step workflow session
workflowId
string
required

Workflow Id

sessionToken
string
required

Session token for current workflow run

debuggerUrl
string

Preview url for remote mode