Skip to main content
POST
/
api
/
v1
/
workflows
/
{workflowId}
/
execute
cURL
curl --request POST \
  --url https://app.getpaperjet.com/api/v1/workflows/{workflowId}/execute \
  --header 'x-api-key: <api-key>'
{
  "workflowExecutionId": "<string>",
  "workflowId": "<string>",
  "status": "<string>",
  "fileId": "<string>",
  "filename": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

Response

workflowExecutionId
string
required
workflowId
string
required
status
string
required
fileId
string
required
filename
string
required