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'",
}

📘

Note

There are 3 types of record: Uploaded, Medical and Live. GoSpeech API supports only Uploaded record type.