...
This property contains the API key or secret key associated with the respective model. These keys are used for authentication when making requests to the API.
genApiKey
Alternate way of providing an API key by generating it dynamically.
Code Block | ||
---|---|---|
| ||
genApiKey: async () => {
// logic to dynamically retrieve the api key goes here
} |
apiVersion
The API you’re using may require a version. Use this property to set the appropriate API version.
...