AAI_Transcripts
Number of APIs: 8
-
Core Transcription - /v2/transcript/<uuid> - Get Transcript by ID GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}
-
Core Transcription - /v2/transcript? - Get Transcripts Paginated GET {{AAI_URL}}/v2/transcript?limit=20
-
Core Transcription - /v2/transcript/<uuid>/word-search= - Word Search GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/word-search={{WORD_SEARCH}}
-
Core Transcription - Export Types - /v2/transcript/<uuid>/sentences Get Transcript as Sentences GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/sentences
-
Core Transcription - Export Types - /v2/transcript/<uuid>/srt - Get SRT Captions GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/srt
-
Core Transcription - Export Types - /v2/transcript/<uuid>/vtt - Get VTT Captions GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/vtt
-
Core Transcription - /v2/transcript - Queue Transcription POST {{AAI_URL}}/v2/transcript
-
Core Transcription - /v2/upload - Upload File POST {{AAI_URL}}/v2/upload