v2.1
OAS 3.1.0

Transcript LOL - API Documentation

The following documentation describes how to use Transcript LOL API in your own workflows.

Getting Started

To get started, you need to create an account and get an API key.

Workspaces

Transcript LOL organises your content in workspaces. You can use different workspaces for different types of content. This gives the following benefits:

  • Spending breakdown per workspace
  • Setup custom prompts specific to each content type and get insights
  • Isolation of content and settings per workspace

Alternatively you can also choose to keep all your content under a single workspace.

Server:https://transcript.lol/api/v1

Production

Client Libraries

Account

Account level endpoints

Account Operations

Get user

Get your account info. Useful to check if you are authenticated correctly.

Responses
  • application/json
  • application/json
Request Example for get/me
curl https://transcript.lol/api/v1/me \
  --header 'X-Api-Key: tlol_sk_xxxxxxxxxxxxxx'
{
  "subscriptionInfo": {
    "plan": "string",
    "status": "string",
    "lastTopupDate": "string"
  },
  "trialInfo": {
    "isActive": true,
    "endDate": null,
    "usedAlready": true
  },
  "id": "string",
  "createdAt": "string",
  "updatedAt": "string",
  "email": "string",
  "signInProvider": "string",
  "name": "string",
  "avatarUrl": "string",
  "subscriptionCredits": 1,
  "oneTimeCredits": 1
}

Workspace (Collapsed)