POST api.qnaapi.com/v1/forms

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.

Secure

Every submission is encrypted in transit and at rest. You decide who on your team can see raw responses, down to the individual form.

Scalable

A five-question feedback form and a quiz that goes viral overnight run on the same infrastructure. There's no capacity plan to write.

Fast

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.

Audiences

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.

terminal
$ 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"]
  }'
201 Created 142ms application/json
{
  "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.

Free
for trying it out
$0
  • 3 forms
  • 500 API calls / month
  • Basic analytics
  • Community support
  • Public leaderboards
Start free
Starter
for a growing project
$7.99 / month
  • 10 forms
  • 10,000 API calls / month
  • Basic analytics
  • Email support
Choose Starter
Pro
most teams start here
$14.99 / month
  • 25 quizzes
  • 100,000 API calls / month
  • Advanced analytics
  • Priority support
Choose Pro