I have an API key that I use for Google custom search queries on the json search API that's here:
https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=8&q=
I need to send clients to a URL where they can each obtain a custom API key for their domains. However, I don't recall the URL I used to get my API key.
Does anyone know the most straight forward URL to send them to in order to obtain a key?
This one looks perfect: http://code.google.com/apis/loader/signup.html
But I'm not sure if that's the correct place for google custom search, since it refers to "Google Loader", which I'm not familiar with.
You can get an API key by visiting https://code.google.com/apis/console and clicking "API Access". You will then need to switch on the custom search API on the "Services" tab.