AAI_Transcripts

Number of APIs: 8

  1. Core Transcription - /v2/transcript/<uuid> - Get Transcript by ID GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}

  2. Core Transcription - /v2/transcript? - Get Transcripts Paginated GET {{AAI_URL}}/v2/transcript?limit=20

  3. Core Transcription - /v2/transcript/<uuid>/word-search= - Word Search GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/word-search={{WORD_SEARCH}}

  4. Core Transcription - Export Types - /v2/transcript/<uuid>/sentences Get Transcript as Sentences GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/sentences

  5. Core Transcription - Export Types - /v2/transcript/<uuid>/srt - Get SRT Captions GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/srt

  6. Core Transcription - Export Types - /v2/transcript/<uuid>/vtt - Get VTT Captions GET {{AAI_URL}}/v2/transcript/{{TRANSCRIPT_ID}}/vtt

  7. Core Transcription - /v2/transcript - Queue Transcription POST {{AAI_URL}}/v2/transcript

  8. Core Transcription - /v2/upload - Upload File POST {{AAI_URL}}/v2/upload