REST API
Obtain an Access-Token
GET
https://zeroth.goodatlas.com:2053/token
Obtain an access-token to use the WebSocket endpoint.
Headers
Name
Type
Description
Authorization
string
appId:appSecret
Send URL of an audio file
POST
https://zeroth.goodatlas.com:2053/transcripts
Send a JSON request that contains a URL of an audio file.
Headers
Name
Type
Description
Authorization
string
appId:appSecret
Request Body
Name
Type
Description
language
string
The language of the audio. eng
or kor
audioUrl
string
URL of the audio file
Get the result of a transcription
GET
https://zeroth.goodatlas.com:2053/transcripts/{id}
Get the result of a transcription. The id will be response of the corresponding POST
request
Path Parameters
Name
Type
Description
id
number
The id of the transcript
Headers
Name
Type
Description
Authorization
string
appId:appSecret
Last updated