Skip to main content

TV Labs API Overview

The TV Labs API is a RESTful API that provides programmatic access to the TV Labs platform. It is fully compliant with the OpenAPI 3.0 specification.

Authentication

The API uses bearer token authentication. Include your API token in the Authorization header:

Authorization: Bearer your-api-token-here

Creating an API Key

To create an API key for authentication:

  1. Go to https://tvlabs.ai/app/keys
  2. Click to create a new API key
  3. Give your key a descriptive name
  4. Copy the generated key and store it securely

Treat your API key as a password and keep it secure.