$0.0001 per second of audio equivalent to $0.36 per hour of audio.
Example
Request Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The standard model is the default model and is suitable for most use cases.
$0.0001 per second of audio equivalent to $0.36 per hour of audio.
curl --request POST \
--url https://api.spectropic.ai/v1/transcribe \
--header: 'Authorization: Bearer <apikey>' \
--header: 'Content-Type: application/json' \
--data '{
"url": "https://example.com/file.mp3",
"model": "standard",
"numSpeakers": 2,
"language": "en",
"vocabulary": "Spectropic, AI, LLama, Mistral, Whisper."
}'