Score Text/Validate Text
Request Format
curl --location -g --request POST 'https://api.speechace.co/api/validating/text/v9/json?key={{speechacekey}}&text=%22Validate%20these%20words%20existeee.%22&dialect=en-us'curl --location -g --request POST 'https://api.speechace.co/api/validating/text/v9/json?key={{speechacekey}}&text=%22Validate%20these%20words%20exist.%22&dialect=en-us'Query Parameters
Parameter
Type
Description
Response Example
{
"status": "error",
"short_message": "error_unknown_words",
"detail_message": "existeee"
}{
"status": "success",
"quota_remaining": -1
}Interpret the response
Last updated