Submit transcribe job
Transcribe a media file
Creates a new transcribe job. Sends the finished transcript to the provided webhook URL.
If you use the enhanced model the max audio input duration is currently 60 minutes (this will be increased in the near future).
Transcribe a file from direct URL
If you have a media file accessible via a URL, you can provide the URL to the file in the request body with the header Content-Type
set to application/json
.
Typically you would use this method if you have a file stored in a cloud storage service such as Amazon S3.
Use the url
field in the body of the request to provide the URL to the file.
Transcribe an uploaded file
Instead of providing a direct URL, you can use the file key you get from the Upload media file endpoint. It starts with file://
.
Receiving the transcript (Webhook)
The webhook URL is where the finished transcript will be sent. The transcript will be sent as a JSON object in the request body.
The request body of the webhook will be equal to the Transcript schema as specified on page Transcript Schema.
Job status and transcript output
You can view the status of the job by using the Retrieve Job endpoint.
The output of the job will be saved in the output
field of the job object, and is deleted after 24 hours.
Authorizations
API key authentication. Add your API key with format: Bearer <API_KEY>
Body
Transcribe a media file. Either provide a URL to a media file exposed to the public or a file:// key from a file uploaded to the Spectropic Upload API.
512
af
, am
, ar
, as
, az
, ba
, be
, bg
, bn
, bo
, br
, bs
, ca
, cs
, cy
, da
, de
, el
, en
, es
, et
, eu
, fa
, fi
, fo
, fr
, gl
, gu
, ha
, haw
, he
, hi
, hr
, ht
, hu
, hy
, id
, is
, it
, ja
, jw
, ka
, kk
, km
, kn
, ko
, la
, lb
, ln
, lo
, lt
, lv
, mg
, mi
, mk
, ml
, mn
, mr
, ms
, mt
, my
, ne
, nl
, nn
, no
, oc
, pa
, pl
, ps
, pt
, ro
, ru
, sa
, sd
, si
, sk
, sl
, sn
, so
, sq
, sr
, su
, sv
, sw
, ta
, te
, tg
, th
, tk
, tl
, tr
, tt
, uk
, ur
, uz
, vi
, yi
, yo
, zh
, yue
standard
, enhanced
, distill
1 <= x <= 25