Answer Short Question
Calculate scoring with the AI scoring system in the repeat sentence of the PTE certification.
Calculating score with Answer Short Question
POST
https://protocol.vardytests.com/pte/speaking/asq
Header
Content-Type
application/json
Authorization
YOUR_API_KEY
Parameter
audioUrl
String
The audio URL of the learner's speech.
solutions
Arrays string
The list of the solution.
Response
Copy
{
"success": true,
"message": "The request was successful.",
"version": "3.3.8.4",
"processTime": 3.2,
"data": {
"components": [
{
"name": "score_content",
"score": 0,
"suggestion": null,
"maxScore": 1,
"status": 1,
"privateNotes": ""
},
{
"name": "overall",
"score": 0,
"suggestion": null,
"maxScore": 1,
"status": 1,
"privateNotes": ""
}
],
"transcription": ""
}
}
Result Explanation
Intermediate Result
success
Boolean
Was the request a success or failed?
message
String
The message of the response.
version
String
The current version of the application.
proccessTime
Double
Time number to complete the request. The unit is in seconds.
data
Object
The socre result object.
Data object (result.data)
components
List
The list of the component score.
words
List
The list of the word score.
error
Object
The error object.
Component (result.data.components)
name
String
The name of the component.
score
Double
The score of the component.
suggestion
String
The suggestion value of the score.
maxScore
Int
The max score of the component.
status
Int
The status of the component score.
Last updated