Skip to main content

Method 1: API key

  1. Please contact [email protected] to request an API key.
  2. Use it in your request as in the x-api-key header.
'x-api-key': 'abc123....'
Note that this method currently only supports the /responses endpoints.

Method 2: Google Id Token

This method is only possible if your account uses signin with Google (OAuth2). In that case, use set the x-id header to a valid id_token from your Google account.
'x-id': 'eyJh....'
Documentation for Google ID tokens