Run app
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Request
Required unless using app_id
. The name of the app to run.
The account that generated the app. If not specified, defaults to your AI Hub username.
For custom apps belonging to you, accept the default. For AI Hub Marketplace apps published by Instabase, specify instabase
.
Required unless using input_dir
. The batch ID of a batch created with the Batches endpoint. All files uploaded to the batch are used as input for the run.
Required unless using batch_id
. The path of the input folder in a connected drive or Instabase Drive. See Specifying file paths.
Defines a specific location for the output to be saved in a connected drive or Instabase Drive. If defined, overrides the output_workspace
value. See Specifying file paths.
Response
When the run finished, in Unix time nanoseconds. null
if run is still in progress.