When I access the typeform API via browser using $.get or superagent or request or axios, I get the error No \'Access-Control-Allow-Origin\' header is present on the request
CORS error can be manipulated through htaccess easily.
Add this to your .htaccess file: (add more file extensions as you need)
Header set Access-Control-Allow-Origin "*"