AppQueryRequest

  • inputs
    Type: object · Inputs
    required

    The list of inputs on the app to process. Usually in the form of JSON object like {'<variable_name>': '<value>'}. The variable name should be the same as the variable name in the app.

  • file_uuids
    Type: array string[] | null · File Uuids nullable

    The list of file uuids to process

  • model
    Type: string · Model nullable

    The AI model to use for processing. Please use the unique name of the model, not the display name

  • stream
    Type: boolean · Stream

    Whether to stream the response