{
"file": "https://file.302ai.cn/gpt/imgs/20250703/36b151fc7aed4a5e88bf53181c80cdce.mp3",
"model_id": "scribe_v1"
}
curl --location --request POST 'https://api.302.ai/elevenlabs/speech-to-text' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "https://file.302ai.cn/gpt/imgs/20250703/36b151fc7aed4a5e88bf53181c80cdce.mp3",
"model_id": "scribe_v1"
}'
{
"language_code": "eng",
"language_probability": 0.8963569402694702,
"text": "The first move is what sets everything in motion.",
"words": [
{
"text": "The",
"start": 0.099,
"end": 0.239,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 0.239,
"end": 0.239,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "first",
"start": 0.239,
"end": 0.599,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 0.599,
"end": 0.599,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "move",
"start": 0.599,
"end": 0.899,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 0.899,
"end": 0.899,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "is",
"start": 0.899,
"end": 1.019,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 1.019,
"end": 1.039,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "what",
"start": 1.039,
"end": 1.22,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 1.22,
"end": 1.22,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "sets",
"start": 1.22,
"end": 1.5,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 1.5,
"end": 1.5,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "everything",
"start": 1.5,
"end": 1.939,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 1.939,
"end": 1.939,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "in",
"start": 1.939,
"end": 2.079,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": " ",
"start": 2.079,
"end": 2.079,
"type": "spacing",
"speaker_id": null,
"logprob": 0.0,
"characters": null
},
{
"text": "motion.",
"start": 2.079,
"end": 2.6,
"type": "word",
"speaker_id": null,
"logprob": 0.0,
"characters": null
}
],
"additional_formats": null
}