Source media upload methods.
Upload a file, then pass the returned URL into generation requests as
image_urls, video_urls, audio_urls, start_frame, or end_frame.
Summary
Types
Functions
@spec upload(Buble.Client.t(), file_source(), keyword() | map()) :: {:ok, map()} | {:error, Buble.Error.t()}
@spec upload!(Buble.Client.t(), file_source(), keyword() | map()) :: map()