Extract voiceprint
Jobs
Submit Voiceprint Job
POST
Extract voiceprint
This endpoint allows you to create a new voiceprint from a remote audio URL.
For a complete guide on creating and using voiceprints for speaker identification, see the Identification with Voiceprints tutorial.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
URL of the voiceprint audio file
Example:
"https://example.com/voice.wav"
Available options:
precision-2 Example:
"precision-2"
Webhook URL to receive voiceprint results (optional)
Example:
"https://example.com/webhook"
When true, webhook payload only includes jobId and status (excludes output). Useful for large payloads.
Example:
true