cURL
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" } ] }
Get transcription of project specified.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
List of segment ids to select
Project transcription
The response is of type object.
object