interface CreatePalOptions {
    defaultFaceId: string;
    extraPayload?: Record<string, unknown>;
    name?: string;
}

Properties

defaultFaceId: string

Default face id for the pal (required by /v2/pals).

extraPayload?: Record<string, unknown>

Additional fields to merge into the Tavus pal creation payload.

name?: string

Tavus pal name. Generated automatically when omitted.