MeetsoAPI Docs
API referenceTranscripts

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://example.com/public/v1/transcripts/string"
{  "data": {    "id": "string",    "meeting_id": "string",    "recording_id": "string",    "status": "PROCESSING",    "full_text": "string",    "primary_language": "string",    "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",      "timezone": "string",      "calendar_event_id": "string",      "attendees": [        {          "email": "user@example.com",          "display_name": "string",          "time_joined": "2019-08-24T14:15:22Z"        }      ]    },    "segments": [      {        "speaker_label": "string",        "speaker": {          "name": "string",          "email": "user@example.com"        },        "text": "string",        "start_time": "2019-08-24T14:15:22Z",        "end_time": "2019-08-24T14:15:22Z"      }    ]  }}
{  "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"  }}