Skip to main content

🚀 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 Search Status

Check the execution state of a similarity search query and retrieve matches. This endpoint is completely free to poll and does not deduct balance.
  • /trace/v1/jobs/{job_id}

Path Parameters

Response

Status 200 OK (Completed 1:N Search)
Status 200 OK (Completed M:N Search)

Job States

  • pending: Job is queued and waiting for an available worker thread on the VM.
  • processing: Job is currently executing time-series alignment math.
  • completed: Job completed successfully. Scored matches are returned in the results object.
  • failed: An error occurred during matching. Details are available in the error field.