cURL
curl --request POST \ --url https://api.eden.art/v2/sessions/react \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "message_id": "<string>", "reaction": "<string>" } '
{ "success": true, "message": "<unknown>" }
Add an emoji reaction to a specific message within a session.
Documentation IndexFetch the complete documentation index at: https://docs.eden.art/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.eden.art/llms.txt
Use this file to discover all available pages before exploring further.
Default Response