cURL
curl --request POST \ --url https://{APPLICATION_ID}.algolia.net/agent-studio/1/feedback \ --header 'Content-Type: application/json' \ --header 'X-Algolia-API-Key: <x-algolia-api-key>' \ --header 'X-Algolia-Application-Id: <x-algolia-application-id>' \ --data ' { "messageId": "<string>", "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "vote": 0, "tags": [ "<string>" ], "notes": "<string>" } '
{ "id": "<string>", "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "messageId": "<string>", "vote": 123, "tags": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "notes": "<string>", "model": "<string>" }
Create new feedback entry.
search
Request model for creating a feedback entry.
0
1
10
50
1000
Successful Response
Was this page helpful?