Google Cloud AutoML API
- URL
-
https://automl.googleapis.com - Docs
- https://cloud.google.com/automl/docs/reference/rest
Authorization: Bearer <credential> Create or select a Google Cloud project in the Google Cloud Console, enable the AutoML API in the API Library, then authenticate using Google Cloud credentials. For local use, the easiest path is to install the gcloud CLI and run gcloud auth application-default login for Application Default Credentials or gcloud auth login / gcloud auth print-access-token for REST calls. Service accounts can also be used via Application Default Credentials.
?key=<credential> In the Google Cloud Console Credentials page, create an API key under your Google Cloud project. Restrict the key to the needed APIs and origins as described in Manage API keys. Note that Google Cloud documents API keys as usable only for APIs that accept them; many resource-based Cloud APIs instead require OAuth access tokens.