mindee
    Preparing search index...

    Class WorkflowEndpoint

    Endpoint for a workflow.

    Index

    Other

    settings: ApiSettingsV1

    Settings relating to the API.

    urlRoot: string

    Root of the URL for API calls.

    • Send a file to a prediction API.

      Parameters

      • input: InputSource
      • alias: string | null = null
      • priority: ExecutionPriority | null = null
      • fullText: boolean = false
      • publicUrl: string | null = null
      • rag: boolean | null = null

      Returns Promise<BaseHttpResponse>

    Synchronous

    • Sends a document to a workflow execution. Throws an error if the server's response contains one.

      Parameters

      Returns Promise<BaseHttpResponse>

      a Promise containing parsing results.