Creates a presigned feedback token and URL.
The token can be used to authorize feedback metrics without needing an API key. This is useful for giving browser-based applications the ability to submit feedback without needing to expose an API key.
createPresignedFeedbackToken(
runId: string,
feedbackKey: string,
options: __type = {}
): Promise<FeedbackIngestToken>| Name | Type | Description |
|---|---|---|
runId* | string | The ID of the run. |
feedbackKey* | string | The feedback key. |
options | __type | Default: {}Additional options for the token. |