Documentation Index

Fetch the complete documentation index at: https://www.engages.io/llms.txt

Use this file to discover all available pages before exploring further.

Engage Logo

API Access

Automate engagement, manage communities, and integrate Engage raffle mechanics directly into your own tools. Available with Standard, Advanced, or as a standalone Ultra plan.

Ultra gets 100,000 requests per month
Standard
$50 / mo

Essential API access for automation basics

$50

5,000 requests / month

  • Standard endpoints (claims, wins, quests)
  • Monthly usage reset
  • Standard support
Advanced
Popular

5× more requests for power users

$100

25,000 req / month (5x)

  • Everything in Standard
  • Advanced endpoints (leaderboard, adjust points)
  • Monthly usage reset
  • Priority support
Ultra
$200 / mo

Maximum throughput with dedicated support

20x usage

100,000 req / month

  • Everything in Advanced
  • Enterprise-grade access
  • Dedicated API key management
  • Monthly usage reset
  • Dedicated support channel

What's Included

Standard5K req/mo
Standard endpoints (claims, wins, quests)
Monthly usage reset
Standard support
Advanced5x usage
All Standard endpoints
Advanced endpoints (leaderboard, adjust points)
Monthly usage reset
Priority support
Ultra20x usage
All Advanced endpoints
Enterprise-grade access
Dedicated API key management
Monthly usage reset
Dedicated support channel

Authentication

Simple API key header

·Generate key from Premium → API Access
·Pass key as x-api-key header
·All responses are JSON
·Usage resets monthly
View full docs
example.js

const res = await fetch(

'https://engages.io/api/v1/points',

{

method: 'GET',

headers: {

'x-api-key': YOUR_API_KEY

}

}

);

FAQ