Developers can use the “VQB Pubic API” to access the data related to the quizzes and use it in their Apps. This documentation is mainly for the APIs to be used in Browser environment.
Production: https://api-production.visualquizbuilder.com/api/public
To generate fresh Browser API Keys head over to “Integrations → VQB” for configuration.
All the API calls will be blocked by default unless a valid domain is whitelisted in “Allowed Domain” field.
If you are using the Public APIs while testing locally in the browser make sure you add relevant domain in the “Allowed Domains” like localhost
or 127.0.0.1
.
Send the “Browser API Key” in the “Authorization” Header along with the “ACCESSKEY” Header from your browser.
Token <Browser API Key>
<VQB Public API Key>