cURL
curl --request POST \ --url https://api.oryntai.xyz/api/v1/ai/stt \ --header 'Content-Type: application/json' \ --header 'X-Network: <x-network>' \ --data ' { "model": "whisper-1", "audioUrl": "https://example.com/audio.mp3", "options": {} } '
{ "model": "whisper-1", "transcription": "Hello world, this is a test audio." }
Blockchain network to use (e.g., solana, solana-devnet, base, polygon)
On-chain payment proof for HTTP 402 requests
STT model to use
"whisper-1"
URL of the audio file
"https://example.com/audio.mp3"
Provider-specific options
Transcribed text