# API Introduction

Polls API provides API functions to cover all the scenarios that you may have for integration Polls in your Application.

Here is the list of methods in our API.

* [**Create Poll**](https://docs.pollsapi.com/api/create-poll)
* [**Get Poll by Id**](https://docs.pollsapi.com/api/get-poll-by-id)
* [**Get all Polls**](https://docs.pollsapi.com/api/get-all-polls)
* [**Get all Polls with Identifier**](https://docs.pollsapi.com/api/get-polls-by-identifer)
* [**Remove Poll**](https://docs.pollsapi.com/api/remove-poll)
* [**Add Vote**](https://docs.pollsapi.com/api/add-vote)
* [**Get Vote by Id**](https://docs.pollsapi.com/api/get-vote-by-id)
* [**Get all votes on Poll**](https://docs.pollsapi.com/api/get-all-votes-on-a-poll)
* [**Get all votes by identifier**](https://docs.pollsapi.com/api/get-all-votes-with-identifier)
* [**Delete Vote**](https://docs.pollsapi.com/api/remove-vote)

All of the endpoints require the header **api-key** containing your account's api-key.
