Invalid record type
This error indicates that the requested action is not allowed for the record’s type. In the example below, the action is restricted to an Uploaded type, but the record belongs to a Live.
{
"type": "https://docs.gospeech.com/docs/invalid-record-type",
"title": "Unable to complete the operation due to incorrect record type",
"status": 400,
"detail": "Record type expected to be 'uploaded', but got 'live'",
}
NoteThere are 3 types of record:
Uploaded,MedicalandLive. GoSpeech API supports onlyUploadedrecord type.
Updated 4 days ago