Meetso API
ApiTranscripts

Get a transcript

Full transcript with every speaker segment. `segments[].start_time` and `end_time` are seconds from the start of the recording.

GET
/public/v1/transcripts/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key issued in Settings → API Keys in the Meetso dashboard. Owners and Admins only.

In: header

Path Parameters

id*string

Resource id (CUID).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET 'https://api.meetso.ai/public/v1/transcripts/<id>' \  -H 'Authorization: Bearer mts_live_…'
{
  "data": {
    "id": "string",
    "meeting_id": "string",
    "recording_id": "string",
    "status": "PROCESSING",
    "full_text": "string",
    "primary_language": "string",
    "languages": [
      "string"
    ],
    "is_multilingual": true,
    "word_count": -9007199254740991,
    "error_message": "string",
    "started_at": "2019-08-24T14:15:22Z",
    "completed_at": "2019-08-24T14:15:22Z",
    "created_at": "2019-08-24T14:15:22Z",
    "meeting": {
      "id": "string",
      "title": "string",
      "start_time": "2019-08-24T14:15:22Z",
      "end_time": "2019-08-24T14:15:22Z"
    },
    "segments": [
      {
        "speaker_label": "string",
        "speaker": {
          "name": "string",
          "email": "user@example.com"
        },
        "text": "string",
        "language": "string",
        "language_confidence": 0,
        "start_time": 0,
        "end_time": 0,
        "confidence": 0
      }
    ]
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "unauthorized",
    "message": "string",
    "request_id": "string"
  }
}