Users can create new dictations or speech recognition sessions by simply entering a specific URL deep link. They can also add additional parameters to the URL to pre-populate specific dictation properties, such as work type, dictation priority and more.
Note | |
---|---|
|
Enter one of the following URLs:
https://app.speechlive.com/dictations?action=newDictation&dictationType=dictation
This URL opens the New dictation window.
https://app.speechlive.com/dictations?action=newDictation&dictationType=SR
This URL opens the New speech recognition window.
You can add additional parameters to either one of the base URLs mentioned above to pre-populate the dictation properties. You can add multiple parameters to the URL.
Parameter | Description |
---|---|
&priority=0 &priority=8 &priority=15 | Set the dictation priority to Standard. Set the dictation priority to High. Set the dictation priority to Critical. |
&dueDateUtc=MM/DD/YYYY &dueDateUtc=MM/DD/YYYY%,HH:MM | Add a due date to the dictation. Replace MM/DD/YYYY with the date you want to add. e.g. 01/04/2025 for 4th of January 2025. Add a due date to the dictation. Replace MM/DD/YYYY with the date you want to add and HH:MM with the time of the day you want to add. e.g. 01/04/2025 for 4th of January 2025 and 14:45 for 2:45 PM. |
&worktype=WORKTYPE | Add a work type to the dictation. Replace WORKTYPE with the work type you want to add. |
&category=CATEGORY | Add a category to the dictation. Replace CATEGORY with the category you want to add. |
&department=DEPARTMENT | Add a department to the dictation. Replace DEPARTMENT with the department you want to add. |
&keyword=KEYWORD | Add a keyword to the dictation. Replace KEYWORD with the keyword you want to add. |
&dpmBarcode=BARCODE | Add a barcode to the dictation. Replace BARCODE with the barcode you want to add. |
&comment=COMMENT | Add a comment to the dictation. Replace COMMENT with the comment you want to add. |
&custom1=CUSTOM1 | Pre-populate the Custom 1 field of the dictation. Replace CUSTOM1 with the information you want to add. If the custom field was renamed by your administrator (Rename custom columns), this parameter will still work and populate this field. |
&custom2=CUSTOM2 | Pre-populate the Custom 2 field of the dictation. Replace CUSTOM2 with the information you want to add. If the custom field was renamed by your administrator (Rename custom columns), this parameter will still work and populate this field. |
&custom3=CUSTOM3 | Pre-populate the Custom 3 field of the dictation. Replace CUSTOM3 with the information you want to add. If the custom field was renamed by your administrator (Rename custom columns), this parameter will still work and populate this field. |
&custom4=CUSTOM4 | Pre-populate the Custom 4 field of the dictation. Replace CUSTOM4 with the information you want to add. If the custom field was renamed by your administrator (Rename custom columns), this parameter will still work and populate this field. |
&custom5=CUSTOM5 | Pre-populate the Custom 5 field of the dictation. Replace CUSTOM5 with the information you want to add. If the custom field was renamed by your administrator (Rename custom columns), this parameter will still work and populate this field. |
You want to create a new dictation with a high dictation priority, the work type “Letter”, the department field should say “Finance” and you want to add the comment “Important letter to customer”. For this case you can use the following URL:
app.speechlive.com/dictations?action=newDictation&dictationType=dictation&priority=8&worktype=Letter&department=Finance&comment=Important letter to customer
You can also open existing dictations via URL directly, however you need to know the title of the dictation:
app.speechlive.com/dictations?search=DICTATIONTITLE
Replace DICTATIONTITLE with the title or the filename of the dictation you want to open. So if you add e.g. "Dictation 1" you will open the dictation with the title "Dictation 1".
Note | |
---|---|
You must enter the title of the dictation exactly, including spaces. |