Find Transcript

Find a Transcript based on an id

Find Transcript

Request

GET https://audiogest.app/api/transcripts/{transcriptId}

Headers

Content-type application/json
Authorization Bearer [YOUR API KEY]

Response

Success

transcript JSON object transcript object

Transcript object contains an attribute "segments", which is an array of JSON objects.

Segment object has 5 attributes: 

  • start (start time of segment in seconds, number)
  • end (end time of segment in seconds, number)
  • text (transcript text, string)
  • speaker (speaker id, string)
  • words (array of word objects, each containing attributes of start, end, and word)

Error

status string status code
error string error message