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.
Voiceprint output is deleted 24 hours after job completion
- Generated voiceprints are job output. They are not added to a reusable voiceprint database for your account.
- Retrieve and store the voiceprint in your own system before it is deleted.
- See Data retention for the full policy.
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