curl --request PUT \
--url https://api.boostgpt.co/v1/bot/chat/message/vote \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"voter_id": "<string>",
"type": "upvote",
"voter_type": "member"
}
'{
"success": true,
"message": "<string>"
}Upvote or downvote a chat message
curl --request PUT \
--url https://api.boostgpt.co/v1/bot/chat/message/vote \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"voter_id": "<string>",
"type": "upvote",
"voter_type": "member"
}
'{
"success": true,
"message": "<string>"
}Enter your API key
Was this page helpful?