POST
/
apis
/
request
/
workflow
/
step
/
run
/
{id}
curl --request POST \
--url https://api.nfig.ai/apis/request/workflow/step/run/<id> \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
 "step": "<step>",
 "type": "<stepType>",
 "schema": {
 "<openapi-schema>"
 }
}'
{
  "stepId": "<string>",
  "jobTaskId": "<string>"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for each workflow session

Body

application/json

Response

200 - application/json

Create a workflow step run

The response is of type object.