Audio Insights Engine Inputs

The Audio Insights Engine Configuration has four parameters that take in values:

  • instruction: optional. Instructions for the Agent during job execution.
  • audio: required. The audio input to extract from.
  • model: required. The model to use.
  • output_schema: optional. Defines the exact structure of the JSON output that the extracted data will populate. Follows the standard JSON schema specification.

See Template Strings for dynamic parameter configuration.

Audio Insights Output

The output will always be a JSON value of the structure specified in the output_schema (if you defined it).