curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/votes \
--header 'Authorization: Bearer <token>'{
"total_upvotes": 123,
"total_downvotes": 123,
"vote_ratio": 123,
"votes_by_date": [
{}
]
}Get all vote statistics for an agent
curl --request GET \
--url https://api.boostgpt.co/v1/bot/stats/votes \
--header 'Authorization: Bearer <token>'{
"total_upvotes": 123,
"total_downvotes": 123,
"vote_ratio": 123,
"votes_by_date": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key
Was this page helpful?