Transcript LOL API
POST
/webhooks

Authorization

x-api-key
x-api-key<token>

In: header

Request Body

application/json

Webhook options

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://transcript.lol/api/v1/webhooks" \  -H "Content-Type: application/json" \  -d '{    "event": "TRANSCRIPT_CREATED",    "url": "string",    "workspaceId": "string"  }'
{
  "event": "TRANSCRIPT_CREATED",
  "workspaceId": "string",
  "createdById": "string",
  "url": "string"
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}