Checking Job Status
Last updated
Last updated
This section describes how to check the status of a transcription job using the jobId
provided by the API. You can query the job status with an HTTP GET request to determine whether the processing is complete or still in progress.
URL: https://api.gowajee.ai/v1/speech-to-text/job/status?id=${JOB_ID}
Replace JOB_ID
with the job ID you received in the initial API response.
Method: GET
x-api-key
string
Yes
An API key to access the service
id
string
Yes
The job ID you received in the initial API response.