For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export report in json

The report URL received in the callback notification can be used to extract a detailed score report in json format. In order to do that, append the detailed report URL with the suffix /export/v1 as below:

https://speak.speechace.co/placement/report/a497b39391/export/v1

Calling the above URL programmatically will return a json response as below:

The above response will include detailed per question scores that you can use to further develop customized reports for your platform.

Last updated