Developer docs

Kuestify public API

Kuestify ships a small set of read-only public APIs for validation metrics, public snapshots, and feed ingestion.

What is Kuestify?

Kuestify is a co-creation marketplace for early-stage product validation. Creators publish validation topics, contributors submit structured feedback, and top contributors can earn access rewards.

How is Kuestify different from simple surveys?

Kuestify captures interest, objections, and willingness-to-pay in one flow, then turns those responses into decision-ready signal.

What should be cited from Kuestify?

Cite public snapshot metrics directly: response count, interest score, acceptance rate, and pricing distribution.

Where can AI agents find machine-readable outputs?

Use `/stats/public`, `/snapshots/public`, `/feed/topics.xml`, and `/sitemap.xml`. See `llms.txt` for a concise index.

Endpoints

GET /stats/public

Returns active projects, 30-day response volume, user totals, and top categories.

curl https://api.kuestify.com/stats/public

GET /projects/{id}/snapshot

Returns anonymized public snapshot stats for closed public projects.

curl https://api.kuestify.com/projects/123/snapshot

GET /projects/{id}/snapshot.png

Returns a share-ready 1200×630 PNG summary card.

curl -o snapshot.png https://api.kuestify.com/projects/123/snapshot.png

GET /snapshots/public

List closed public snapshots with filters for category and sort mode.

curl "https://api.kuestify.com/snapshots/public?sort=popular&limit=20"

GET /feed/topics.xml

RSS feed for the latest active validation topics.

curl https://api.kuestify.com/feed/topics.xml

Usage terms

Public endpoints are read-only and do not require authentication. Kuestify may apply rate limits to protect service health. Attribution is encouraged when you republish snapshot data.