Capture
Public survey URLs, QR codes, embeds, and the Capture SDK.
A respondent never authenticates. Capture is a set of public URLs plus an optional SDK wrapper. Attach a Station (and optionally a Location) so the response is attributable.
To stamp a response with your own ids (a call, a ticket, an agent), create a Capture link. That issues /l/{linkId} with metadata that round-trips on the response. The generic /s/{surveyId} URL below does not carry partner metadata.
Direct link
https://feedbyte.io/s/{surveyId}?station={stationId}&location={locationId}&embed=1&lang=am| Param | Effect |
|---|---|
station | Station id written onto the response |
location | Location id written onto the response |
embed | Minimal chrome for iframes |
lang | Locale (en, am, …) |
Do not put partner metadata on this URL. Use a Capture link instead.
Capture link
https://feedbyte.io/l/{linkId}Issued by feedbyte.links.create. Resolves to the bound survey with the link's station, location, and metadata. See Capture links.
QR codes
https://feedbyte.io/q/{slug}Scanning a QR:
- Opens the bound survey at
/s/{surveyId}with that QR's station and location. - Opens a picker at
/q/{slug}/selectwhen several surveys share the QR. - Opens a menu at
/m/{orgSlug}when the QR is a menu code.
Create and bind QRs from the dashboard.
Embed
<iframe
src="https://feedbyte.io/s/{surveyId}?embed=1&station={stationId}"
title="Feedback"
style="width:100%;height:640px;border:0"
></iframe>Scorecards use the same pattern: /sc/{slug}?embed=1.
The Capture SDK is a thin wrapper around these URLs. See SDKs.
Related public surfaces
| Surface | URL |
|---|---|
| Capture link | /l/{linkId} |
| Loyalty rewards | /rewards/{orgSlug} |
| Scorecard | /sc/{slug} |
| Menu | /m/{orgSlug} or /m/{orgSlug}/{locationSlug} |
Menu openings emit menu.scanned. They are not survey responses.