Skip to main content

Welcome

Welcome to the API reference documentation for Repurpose 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 recordings
  • List workspaces

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"
}