Legacy | Download audio-to-text report
Restriction: This information is not relevant for Smart Reporting data in the latest Perfecto UI. For Smart Reporting data, you should use the Smart Reporting Public API.
Downloads an Audio-to-Text report that contains the confidence level for each word in the audio-to-text transformation. The report is attached to the report in JSON format.
Request syntax
Copy
https://mycloud.perfectomobile.com/services/reports/<reportKey>?operation=audioText&securityToken=value&attachment=value[&optionalParameter=value]
Parameters
Name | Type | Default | Description |
---|---|---|---|
securityToken* | string |
|
A unique cryptographic key assigned to an authorized user. |
user | string |
|
Deprecated. The name of the user running the operation. Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
|
password | string |
|
Deprecated. The password for the user. Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
|
attachment* | string |
|
The path of the audio-to-text report file attachment as it appears in the attachment tag in the report. |
admin | boolean | false | true to allow users with administrative credentials to download vitals csv files attached to the report of executions started by other automation users. |
owner | string |
|
The user account of the user who started the execution and owns the report. This parameter is used in conjunction with the admin parameter to correctly identify the location of reports stored in PRIVATE repositories. For example, if an user with administrative credentials wants to download a image from a report for an execution started by execUserwhere the reportKey is PRIVATE:myReport.xml, specify the parameters as admin=true and owner=execUser. |
* Mandatory
Response
The response includes the header information of an HTTP download, with the audio-to-text report file included in the body of the response.