Quick Start

Use our Python library to upload and index your first video.

Install Moonshine

pip install magic-moonshine

Configure your Token

Create a token in Profile Settings

import moonshine
moonshine.config('YOUR TOKEN HERE')

Create an Index

moonshine.create('test-index')

Upload a Video

await moonshine.upload('local/test.mp4', 'test-index', progress_callback)

You did it!

Other resources