Finds answer for a given question from a given transcript
curl --request GET \ --url https://v1.transcript.lol/api/search/answerFromTranscript \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "transcriptId": "<string>", "question": "<string>" }'
{ "question": "<string>", "answer": "<string>", "sources": [ { "transcriptId": "<string>", "startTime": "<string>", "endTime": "<string>", "content": "<string>" } ] }
Show child attributes
Was this page helpful?