Execute a node app by version ID. The request body should contain the input data as a JSON object matching the node app’s input schema. Returns a job that can be tracked using /jobs/.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Node app version ID
Input data for the node app execution, matching the node app's input schema
Execution job created successfully. The job will be in a processing state until completed. Use /jobs/{id} to check progress.