curl --request POST \
--url https://api.pyannote.ai/v1/voiceprint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://example.com/voice.wav",
"webhook": "https://example.com/webhook",
"model": "precision-1"
}
'