π apiv2 is live!
Soundverseβs Enterprise API platform has moved to apiv2.soundverse.ai, with self-serve account setup, API keys, and billing now managed at platform.soundverse.ai. Check the current docs there for the latest endpoints and auth.
Ingest Audio
Preprocess one or more uploaded raw audio blobs to compute acoustic features, split stems, extract motifs, and index them into your target dataset. This operation is idempotent.-
/trace/v1/ingest/type1(Forces the legacy model) -
/trace/v1/ingest/type2(Forces the new efficient model)
Request Body Fields
Valid tasks Options:
full_audio_latent: Encodes full audio sequence latents.stem_vocals: Splits vocals stem.stem_bass: Splits bass stem.stem_drums: Splits drums stem.stem_other: Splits accompaniment/other stem.light_stem: Splits 2 stems (vocals + accompaniment).motif: Computes melody contours / motif chroma.section: Runs structural section boundary segmentation.

