cURL
curl --request GET \ --url https://api.rask.ai/v2/projects/{project_id}/transcription \ --header 'Authorization: Bearer <token>'
{ "segments": [ { "start": "<string>", "end": "<string>", "id": "<string>", "status": "processing", "src": { "text": "<string>", "lang": "<string>" }, "dst": { "text": "<string>", "lang": "<string>" }, "speaker": "<string>" } ] }
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
List of segments
Show child attributes
Segment start time. Must be valid HH:MM:SS,mmm timestamp
HH:MM:SS,mmm
Segment end time. Must be valid HH:MM:SS,mmm timestamp
Segment ID
Segment status
processing
updated
done
error
Segment text
Segment language
Speaker identifier. Must be specified in SPEAKER_XX format (case-sensitive), where XX corresponds to Speaker's index, starting with 00.
SPEAKER_XX
XX