PTE Answer Question

POST https://api.speechace.co/api/scoring/task/v9/json?key={{speechace_premiumkey}}&task_type=answer-question&dialect=en-us

Request Params

KeyDatatypeRequiredDescription
keystringAPI key issued by Speechace
task_typestringThe task_type to score. Supported types are: describe-image, retell-lecture, answer-question.
dialectstringThe dialect to use for scoring. Supported values are: en-us, en-gb, fr-fr, fr-ca, es-es, es-mx.

Request Body

[{"name"=>"task_question", "value"=>"What do you call a system of government in which people vote for the people who will represent them?", "datatype"=>"string"}, {"name"=>"user_audio_file", "value"=>nil, "datatype"=>"null"}, {"name"=>"include_speech_score", "value"=>"1", "datatype"=>"number"}]

RESPONSES

status: OK

{"status":"success","task_score":{"type":"answer-question","version":"0.1","score":0,"transcript":"elections"},"quota_remaining":-1,"version":"9.7"}