Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
curl --request POST \
--url https://backend.clipvision.ai/dev/asr/faster-whisper \
--header 'Authorization: Basic <encoded-value>'curl --request POST \
--url https://backend.clipvision.ai/dev/asr/faster-whisper \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.