EasyPoll API Documentation
Welcome to the EasyPoll API documentation! This guide provides all the information you need to interact with the EasyPoll API, including endpoints, request and response formats, authentication methods, and more.
The EasyPoll API is currently in beta and may undergo changes. Please refer to this documentation for the latest updates.
Base URL
The base URL for all API requests is:
https://easypoll.bot/api
Authentication
To authenticate with the EasyPoll API, you need to obtain an API key. You can get your API key by logging into the EasyPoll dashboard and navigating to API Keys.
Include your API key in the x-api-key header of each request to authenticate:
x-api-key: <API-KEY>
Rate Limiting
The EasyPoll API enforces rate limiting to ensure fair usage. If you exceed this limit, you will receive a 429 Too Many Requests response.
You can check your current rate limit status using the following headers in the API response:
x-ratelimit-limit: The maximum number of requests allowed in the current time windowx-ratelimit-remaining: The number of requests remaining in the current time windowx-ratelimit-reset: The time in seconds until the rate limit resets