speechmatex v0.1.0 Speechmatex.Job

API routes related to an account’s jobs.

Summary

Functions

Route to check the status of a particular job

Route to check the statuses of all jobs for an account

Route to get the transcription of a completed job

Route to send an audio file off for transcription

Functions

check_status(job_id)
check_status(integer) :: {:ok, map}

Route to check the status of a particular job.

check_statuses()
check_statuses() :: {:ok, map}

Route to check the statuses of all jobs for an account.

get_transcription(job_id)
get_transcription(integer) :: {:ok, map}

Route to get the transcription of a completed job.

send_for_transcription(file_location, language)
send_for_transcription(String.t, String.t) :: {:ok, map}

Route to send an audio file off for transcription.