Manage tokens, oversee configurations, and monitor system usage
Generate a developer token using your admin token
curl -X POST https://voiceharbor.ai/api/admin/developer-token \ -H "Authorization: Bearer YOUR_ADMIN_TOKEN"
{ "developerToken": "abc123-usage-token" }
curl -X POST https://voiceharbor.ai/api/speech-to-speech-biometric-redaction \ -H "Authorization: Bearer developerToken" \ -F "source_audio=@./martin.wav;type=audio/wav" \ --output result.wav