FormXAPIClient

class FormXAPIClient(accessToken: String, apiHost: String? = null)

FormXAPIClient is a network client to communicate with the FormX API

Parameters

accessToken

The access token

apiHost

The API host

Constructors

Link copied to clipboard
fun FormXAPIClient(accessToken: String, apiHost: String? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun extract(extractorId: String, body: ByteArray): Flow<FormXAPIExtractResponse>

Invoke the FormX document extraction API at the FormX Worker Server

Link copied to clipboard