1
votes

I'm working on an AI assistant, and for text-to-speech recognition in Python I used google, but it's way to slow and not really accurate. So I created an account in IBM and get text-to-speech credentials, but as you can see the format asks for the input, username and password but IBM migrated to API keys.

I don't know what should I put in username and password since I only have the key. What should I put there?

AI Text to speech

1
Your API key is a secret which is now publicly-available! You should recreate it or anyone who sees this can use it!ti7
I did! the API key that I show is fake, but thank you :)Iker Handsome Castillo

1 Answers

1
votes

In general, there is a new IAM Authenticator wrapper / package / module which handles authentication for the services. You can see the IAM Authenticator in this Python text-to-speech sample.

If you happen to use some API which requires username and password, then use apikey as username and the API key as password.