Skip to main content
sf_voice_media — async, built on reqwest. Requires tokio. Use this SDK inside Tokio services or jobs where ingest and polling should be part of the same async runtime.

Install

Add to Cargo.toml:

Create a client

Ingest

S3:

Poll until ready

poll_task takes optional PollOptions { interval_ms, timeout_ms }. Defaults: 1500ms interval, 120s timeout.

Assets

Errors