I am working on using the TypeForm API to create new forms.
What is the correct API request syntax to:
Apply a previously created theme to a form during its creation?
Generate and retrieve a QR code for this new form?
Thank you in advance.
Thomas
Best answer by Phoebe VA
Hey @LeKibbitz,
Our tech support manager had shared the following for generating QR codes:
Responses from the Retrieve form endpoint include the form's URL in the _links object. (Example screenshot below.)While the QR code can't be retrieved from Typeform's API, there are a handful of third party QR code generators that have their own APIs. A user could pass their form URL into a QR generator's endpoint to fetch custom QR codes. Some generators also have options for customizing the appearance of QR codes, such as adding colors or logos into them.
Our tech support manager had shared the following for generating QR codes:
Responses from the Retrieve form endpoint include the form's URL in the _links object. (Example screenshot below.)While the QR code can't be retrieved from Typeform's API, there are a handful of third party QR code generators that have their own APIs. A user could pass their form URL into a QR generator's endpoint to fetch custom QR codes. Some generators also have options for customizing the appearance of QR codes, such as adding colors or logos into them.