Skip to content

Save

GET
/backend/api/v1/save_transcriptions?transcription_id=<save_id>

Retourne uniquement une transcription/traduction sauvegardée par id.

ParamètreTypeDescription
transcription_idintidentifiant de la sauvegarde a retourner
{
  "data":{
    "created_at": "2025-10-23T09:16:40.141824+02:00",
    "updated_at": null,
    "name": "kUWGuaMD0Y9wF7gg6qxN773sYG2TLvT6_rQPhjJuFFg",
    "data": {
      "transcript": [
        {
          "start": 0,
          "end": 1.6,
          "text": "Bonjour le monde !",
          "type": "transcription",
          "language": "fr"
        },
        {
          "start": 2.1,
          "end": 3.12,
          "text": "Comment ça va ?",
          "type": "transcription",
          "language": "fr"
        },
        ...
        ]
    },
    "language": "fr",
    "id": 7
  }
transcription_id
required
string
Example
<save_id>

Successful response (inferred from assertions)

object
Example
{}