cURL
curl --request GET \ --url https://api.rask.ai/v2/projects \ --header 'Authorization: Bearer <token>'
{ "total": 123, "offset": 123, "projects": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "source_type": "youtube", "status": "created", "status_updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
Get paginated list of all project existing.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Offset from which to start listing projects.
Number of projects to retrieve.
Successful Response
Total number of projects
Project offset number
Project list
Show child attributes
Project ID
Project name
Source of uploaded content
youtube
gdrive
vimeo
s3
local
any
Current project status
created
uploading
uploaded
upload_failed
transcription_started
transcription_done
transcription_failed
transcribe_segments_started
transcribe_segments_done
transcribe_segments_failed
separate_background_started
separate_background_done
separate_background_failed
determine_speakers_started
determine_speakers_done
determine_speakers_failed
voice_suggest_started
voice_suggest_done
voice_suggest_failed
translation_started
translation_done
translation_failed
voice_update_started
voice_update_done
voice_update_failed
transcript_edited
voice_edited
voiceover_started
voiceover_done
voiceover_failed
merging_started
merging_done
merging_failed
failed
no_audio
no_words
forbidden_link
Date and time of the last project status update
Date and time of project creation