Authentication
Authenticate requests with an API key in thex-api-key header. Keep your API key private and do not expose it in client-side code.
REST
REST requests use JSON for both request bodies and responses. IncludeContent-Type: application/json when sending a request body.
gRPC
For gRPC requests, pass the same API key as request metadata using thex-api-key key.