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.
Authentication →
Get an API key and make your first request.
Rate limits →
60 req/min on Pro, 600 req/min on higher plans.
Webhooks →
Get a signed HTTP POST on every new response instead of polling.
API reference →
Every endpoint, request and response shape.
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.