Skip to content

agent-provider-bytedance / Exports / IBytedanceProviderOptions

Interface: IBytedanceProviderOptions

Table of contents

Properties

Properties

apiKey

apiKey: string

Defined in

types.ts:4


baseUrl

baseUrl: string

Defined in

types.ts:5


createVideoPath

Optional createVideoPath: string

Defined in

types.ts:6


getVideoTaskPathTemplate

Optional getVideoTaskPathTemplate: string

Defined in

types.ts:7


cancelVideoTaskPathTemplate

Optional cancelVideoTaskPathTemplate: string

Defined in

types.ts:8


cancelVideoTaskMethod

Optional cancelVideoTaskMethod: "POST" | "DELETE"

Defined in

types.ts:9


timeoutMs

Optional timeoutMs: number

Defined in

types.ts:10


defaultHeaders

Optional defaultHeaders: Record<string, string>

Defined in

types.ts:11

Released under the MIT License.