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:
- Go to https://tvlabs.ai/app/keys
- Click to create a new API key
- Give your key a descriptive name
- Copy the generated key and store it securely
Treat your API key as a password and keep it secure.