Skip to main content

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.

Ingestion In-App Pricing


Request Example

Response

Status 202 Accepted