Documentation Index
Fetch the complete documentation index at: https://docs.sf-voice.sh/llms.txt
Use this file to discover all available pages before exploring further.
What we store
We index your recordings and keep the searchable representation: embeddings, transcripts, and metadata. Source files pass through the processing pipeline and are not retained after indexing completes. What we stores:- Embeddings (the indexed representation of your media)
- Asset metadata (
asset_id,asset_class,types, custommetadatafields) - Ingestion records and timestamps
- Source audio or video files after processing
- Call content in raw form
- Transport-level request data after processing completes
Regional processing
Data is processed in the region where your account is provisioned.| Customer region | Processing location |
|---|---|
| United States | United States |
| European Union/United Kingdom | Europe |
EU and UK data handling
For EU and UK customers:- Data is processed in European infrastructure.
- We act as a data processor. You remain the data controller for any personal data in your recordings.
- You can delete indexed assets through the API. Deletion removes stored representations — embeddings, transcripts, and metadata.
- Data processing agreements (DPAs) are available on request.
Deleting assets
DELETE /v1/assets/:id removes the asset and its indexed representations. The underlying media is not affected because we do not keep the source file after processing.
Using the TypeScript SDK:

