API Reference
Complete API documentation and schemas
Javascript
import Spitch from 'spitch'; const client = new Spitch({ apiKey: 'My API Key', }); const transcription = await client.speech.transcribe({ language: 'yo' }); console.log(transcription.request_id);
{ "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "text": "<string>", "timestamps": [ { "text": "<string>", "start": 123, "end": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
yo
en
ha
ig
am
mansa_v1
legacy
human
sentence
word
none
Successful Response
Show child attributes
Was this page helpful?