Polls API
  • Polls API Documentation
  • API Introduction
  • API
    • Create poll
    • Get poll by Id
    • Get all polls
    • Get polls by identifer
    • Create Vote
    • Get Vote by Id
    • Get all votes on a poll
    • Get all votes with identifier
    • Remove vote
    • Remove Poll
Powered by GitBook
On this page
  • Pre-requisites
  • Getting Started

Was this helpful?

Polls API Documentation

PollsAPI is a simple API providing you with the ability to integrate Polls in your applications

NextAPI Introduction

Last updated 4 years ago

Was this helpful?

Pre-requisites

The first step before you can start using the PollsAPI is signing up and creating an account by going to the or logging into the if you already have an account.

Once you're in, your API key should be visible on the dashboard where you can simply copy and paste it to your requests. It is a string of random numbers and letters that looks something like this:

Example API Key: NT6BT3HZYD4BT8IOW3NEBB5DFK1R

Getting Started

PollsAPI can be consumed with any programming language, and has been optimized to provide the best performance. Once you have your API Key you are ready to start using our APIs.

Our APIs are accessible on the base hostname

https://api.pollsapi.com/v1

All of our APIs require you to pass the api_key header and the response is in JSON format.

If you plan on using our APIs from backend, you might need to update your firewalls to allow outbound calls to our server. Please contact if you face any issues.

Now, let's jump into the API functions we have.

registration page
dashboard
hello@pollsapi.com