GET
/
v2
/
projects
/
{project_id}
/
transcription
curl --request GET \
  --url https://api.rask.ai/v2/projects/{project_id}/transcription \
  --header 'Authorization: Bearer <token>'
{
  "segments": [
    {
      "src": {
        "text": "<string>",
        "lang": "<string>"
      },
      "dst": {
        "text": "<string>",
        "lang": "<string>"
      },
      "speaker": "<string>",
      "start": "<string>",
      "end": "<string>",
      "id": "<string>",
      "status": "processing"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Project ID

Query Parameters

segment_ids
string[] | null

List of segment ids to select

Response

200
application/json
Project transcription
segments
object[]
required

List of segments