DocsSpeech-to-Text
Audio
Speech-to-Text
Audio transcription powered by Gemma4. Accurately transcribes speech from audio URLs with support for multiple languages.
$0.20 per minute
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| audio_url | string | required | — | URL of the audio file to transcribe |
Example Request
curl -X POST https://cutedsl.cc/api/service \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"service": "stt",
"audio_url": "https://example.com/audio.mp3"
}'Example Response
{
"result": {
"text": "Hello, this is a transcription example.",
"language": "en",
"duration_seconds": 15.3
},
"credits_used": 51,
"credits_remain": 49949,
"usd_equivalent": 0.051
}Playground
Connect your wallet to try the playground.
Connect Wallet