Execute

This endpoint allows you to execute an app. You can use this endpoint to execute an app and get the output of the execution.

Preconditions: the app must be published.

This endpoint executes the app immediately and returns the result, unless you are at your current capacity, or your app takes more than 10 minutes to run, in which case it will fail.

If you want to execute an app asynchronously, use the async_execute endpoint.

Path Params
string
required

The app uuid, you can find the app uuid by going to the App => Integrate

Body Params
integer

The version of the app (will use the default version if not provided)

inputs
object
required

The inputs of the app

Responses

401

Authentication error

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json