🚀 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.
Get Ingestion Status
Check the preprocessing and vector-indexing status of your audio uploads. This endpoint is completely free and does not deduct balance.-
/trace/v1/ingest/{job_id}
Path Parameters
Response
Status 200 OKJob Status Values
pending: Audio files are queued and waiting to load onto the GPU worker.running: Preprocessing (stem splitting and audio latent encoding) is currently active.completed: Audio features have been successfully computed and indexed. Candidates are now searchable.failed: Processing failed. Refer to theerrorfield for diagnosis.

