Surveyee API

A small REST API for reading and managing your surveys and responses programmatically — list and create surveys, pull responses, close a survey. Available on Pro and Enterprise plans.

Quick start

curl https://surveyee.com/api/v1/surveys \
  -H "Authorization: Bearer sk_<your_key>"

Create a key on your account page — see Authentication for the full flow.