I have an API key that I use for Google custom search queries in the json search API, which is here:
https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=8&q=
I need to send clients to a URL where anyone can get a custom API key for their domains. However, I do not remember the URL that I used to get the API key.
Does anyone know the most direct url to send them to get the key?
This one looks perfect: http://code.google.com/apis/loader/signup.html
But I'm not sure if this is the right place for Google Custom Search, as it belongs to the “Google Loader” that I am not familiar with.
source
share