v1
latestOpenAPI 3.0.02026-07-2693126.7 KBApi
Operations
Extract voiceprint
post/v1/voiceprint
Request body
Example request
{
"url": "https://example.com/voice.wav",
"model": "precision-2",
"webhook": "https://example.com/webhook",
"webhookStatusOnly": true
}Response
Example response
{
"jobId": "3c8a89a5-dcc6-4edb-a75d-ffd64739674d",
"status": "created"
}