POST
/
apis
/
request
/
workflow
/
run
curl --request POST \
--url https://api.nfig.ai/apis/request/run/workflows \
--header 'api-key: <api-key>' \
--header 'content-type: application/json' \
--data '{
  "workflowId": "<workflowId>"
}'
{
  "sessionId": "<string>",
  "previewUrl": "<string>"
}

Authorizations

api-key
string
header
required

Body

application/json

Response

200 - application/json

Success Response

The response is of type object.