Welcome

Welcome to the API reference documentation for Transcript LOL. This documentation will help you get started with using our API. We offer every feature of our web application through our API. Here’s an overview of what features we offer through our API:

  • Create transcript from url
  • Create transcript from file
  • Get transcript
  • Get all transcripts
  • Delete transcript
  • Retry transcript
  • Update speaker labels
  • Generate AI features
    • Summary
    • Topics
    • Chapters
    • Titles
    • Blog post
    • Newsletter
    • LinkedIn posts
    • Twitter tweets
    • Quotes
    • Quizzes
  • Find Answer from transcript
  • Search your transcripts

Authentication

All write endpoints require authentication. You can authenticate by providing your API key in the X-API-KEY property in the request header.

"headers": {
  "X-API-KEY": "YOUR_API_KEY"
}

Was this page helpful?