POST
/
restore
curl --request POST \
  --url https://eu-west-1.api.neuphonic.com/restore \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <api-key>' \
  --form 'transcript=<string>'
{
  "data": {
    "text": "<string>",
    "job_id": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Query Parameters

lang_code
string
default:eng-us

Language code of audio.

Body

multipart/form-data
audio_file
file
required

The audio file to process.

transcript
string

The transcript for the audio file.

Response

200
application/json
Successful Response
data
object

The data payload for the response.