POST
/
apis
/
request
/
workflow
/
video
/
url
/
{id}
curl --request POST \
--url https://api.nfig.ai/apis/request/workflow/video/url/<id> \
--header 'api-key: <api-key>'
{
  "status": "COMPLETED",
  "video_link": "https://workflow-session-videos-prod.s3.us-west-1.amazonaws.com/6752c2************"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Unique identifier for each workflow session

Response

200 - application/json
Export a workflow session video
status
enum<string>
required

Status of the video export request

Available options:
COMPLETED,
REQUESTED

Url of the video export

Example:

"https://workflow-session-videos-prod.s3.us-west-1.amazonaws.com/6752c2************"