Skip to main content

Classes & Interfaces

FalClient

The main client type, it provides access to simple API model usage, as well as access to the queue and storage APIs.

Properties

Methods

run

Runs a fal endpoint identified by its endpointId.Returns: Promise<Result<OutputType<Id>>>

subscribe

Subscribes to updates for a specific request in the queue.Returns: Promise<Result<OutputType<Id>>>

Functions

createFalClient

Creates a new reference of the FalClient. Returns: FalClient