Skip to main content
The Choicely Developer API is a REST API that lets you programmatically manage the same resources you build in Choicely Studio — apps, articles, contests, feeds, files, images, purchases, schedules, shops, surveys, and vote counts. Requests and responses use JSON, and every request is authenticated with a Bearer token. Create your key on the Authentication page, then follow the Quickstart to make your first call.

Base URL

All endpoints are served from the following base URL. Combine it with the paths shown on each resource page.
https://backend.choicely.com
For example, the Apps collection is available at https://backend.choicely.com/apps.

Resources

App

Create and manage apps

Article

Create and manage articles

Contest

Create and manage contests

Feed

Create and manage feeds

File

Manage file metadata and data

Image

Upload and manage images

Purchase

Read user purchases

Schedule

Manage schedules and timeslots

Shop

Manage shops and master shops

Survey

Create and manage surveys

Vote count

Read contest vote counts