Where to get Alchemyapi API Key?

I am doing a tutorial, Getting Started with AlchemyAPI Using Ruby , Ruby. But I can not find my API key.

Source: http://www.alchemyapi.com/developers/getting-started-guide/using-alchemyapi-with-ruby

In step 3:

3) Configure the Ruby SDK to use your API key. Now that you have the Ruby SDK on your computer, you need to configure it to use your API key. In the alchemyapi_ruby directory, run:

 ruby alchemyapi.rb YOUR_API_KEY 

Where YOUR_API_KEY is the 40-character API key that you received in your email when you registered. If all goes well, you should see the following output:

But I did not receive the API key in the email ...

The tutorial sent me to IBM Bluemix to register, which I have.

This is a subscription email.

Hello XXX

Thanks for signing up for Bluemix! During your trial, you will have access to Bluemix to create applications with 2 GB of runtime and a memory container, as well as up to 10 Bluemix services provided. And you will not be required to provide any form of payment for this test.

Verify your account to start the 30-day trial.

If you have problems logging in, let us know about it at IBM Bluemix Support.

Welcome to Bluemix!

- IBM Bluemix Team

After confirmation, there is still no API key. I went to the Bluemix website and looked for it, but also can not see it.

I apologize in advance if I missed something obvious. But I spend a lot of time and really appreciate any help :)

Someone recently signed up for this service and got their API key. Can you tell me where it came from?

+5
source share
3 answers

Log in to Bluemix, go to Services & APIs . In the Watson section, select AlchemyAPI and create it. After creating AlchemyAPI go to the control panel and select the created instance.

In Service Credentials you can find apikey:

enter image description here

+6
source

After acquiring AlchemyApi from IBM, the endpoints changed, so the old legacy code on GitHub will not be able to use the key that you get from ibm bluemix.

0
source

Click on watson -> then on previously created credentials -> click on the create button again. Then highlight "service credentials" to view json details.

0
source

All Articles