Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.askvideos.com/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Install from PyPi using
pip install askvideos

Usage

To use the client in your application, create a client object.
import askvideos as av

API_KEY = 'YOUR_API_KEY'
client = av.Client(API_KEY)
Follow these steps to get an API key: API keys

Next steps

Now that the Python client is setup, we can get started by populating the index with videos.

Add videos

Get started by indexing some videos.