Ship a survey in one API call.
QNAAPI is the backend for every question you need answered — a poll embedded in your app, a quiz on a landing page, a survey sent to one slice of your users. Create it, publish it, and watch responses come in.
The parts that don't show up in a demo
Security, scale, and speed you shouldn't have to think about — plus a way to keep track of who's actually answering.
Every submission is encrypted in transit and at rest. You decide who on your team can see raw responses, down to the individual form.
A five-question feedback form and a quiz that goes viral overnight run on the same infrastructure. There's no capacity plan to write.
Forms load and submit in milliseconds, so the API can power a live poll during a stream, not just a survey people fill out later.
Group the people who take your forms — new signups, paying customers, anyone who answered a previous question a certain way — and send the next poll or quiz to just that group.
A simple, predictable API
Clean REST endpoints that work with any language. Send a request, get a live form back.
$ curl https://api.qnaapi.com/v1/forms \ -H "Authorization: Bearer qna_live_9f2k3m" \ -H "Content-Type: application/json" \ -d '{ "type": "poll", "title": "Which release should we ship next?", "audience": "beta-testers", "options": ["v2.4", "v2.5", "v3.0"] }'
{
"id": "frm_8k2m91",
"type": "poll",
"title": "Which release should we ship next?",
"audience": "beta-testers",
"url": "https://qnaapi.com/f/8k2m91",
"created_at": "2026-09-03T14:02:11Z"
}Plans
Every plan includes the full QNAAPI toolkit — surveys, polls, quizzes, and forms. What changes is how much room you have to grow.
- 3 forms
- 500 API calls / month
- Basic analytics
- Community support
- Public leaderboards
- 10 forms
- 10,000 API calls / month
- Basic analytics
- Email support
- 25 quizzes
- 100,000 API calls / month
- Advanced analytics
- Priority support