You can request the user's name and email with the Speak embeddable audio and video recorder.
You can include your customized questions and users' needs to submit answers before initiating a recording.
When the user submits a recording through the embeddable recorder, you will see their information and where they were when they submitted the recording.
You can click on a button to open and play the recording easily.
Customize options:
Allow to download the recording:
If you want your users to download the recording - you can pass the query parameter as
https://recorder.speakai.co/your-custom-url?isDownload=true
Preselect the recording types and redirect to the recorder page:
Skip the recording selection screen by passing preselect values in the query parameters:
preselect=audio (for audio recording)
preselect=video (for video recording)
preselect=upload (for file upload)
preselect=screenshare (for screen sharing)
https://recorder.speakai.co/your-custom-url?preselect=audio
Please ensure the value matches.
Enter name-email questionnaire dynamically:
If you already have your customer's name and email address - you can automatically fill up the information by passing the value in the query.
https://recorder.speakai.co/your-custom-url?email=[email protected]&name=your-customer-name
It won't ask them to re-enter the questions and skip the questionnaire screen automatically.
Prefill your dynamic questionnaire dynamically:
If you already have your question's answer on the form you would like to collect - you can automatically fill up the information by passing the value in the query.
https://recorder.speakai.co/your-custom-url?field1=first-q&field2=second-q
You can keep adding field1 and field2, and all the information will populate back to the Speak.
It won't ask them to re-enter the questions and skip the questionnaire screen automatically.
Redirect to the page
After submitting a recording, you can redirect a page to your targeted link.
Include redirectUrl
as a query parameter in your recording query.
Example: https://recorder.speakai.co/your-custom-url?redirectUrl=https://speakai.co
Once the recording is completed, it will automatically redirect to the assigned link.
If you have other information you hope to collect, please send us a message through the in-app live chat, and we will set up the options for you!