Use this file to discover all available pages before exploring further.
An on-demand workflow job is a job that takes one or more local files only as input, and whose temporary workflow exists only for the duration of the job’s run
To run a workflow that was already created at some point in the past and still exists (also known as a long-lived workflow), see the run workflow endpoint instead.
To run a workflow that takes files and data from remote locations as input (instead of local files), do the following instead:
To use a workflow template for a job, include a template_id field that specifies the unique ID of the workflow template. For more information, see list templates.
To use a custom workflow definition for a job, include a job_nodes field that specifies the settings for the job’s workflow nodes. For instructions, see Workflow Nodes.
Input files to process. Upload as multipart/form-data, in the following format:
--form "input_files=@</full/path/to/local/filename.extension>;filename=<filename.extension>;type=<local-file-media-type>" \--form "input_files=@</full/path/to/local/filename.extension>;filename=<filename.extension>;type=<local-file-media-type>" # For each additional file to be uploaded.