Skip to main content

Luma AI API wrapper library and CLI

Reason this release was yanked:

pre-release

Project description

Luma API Python client

Library usage

from lumaapi import LumaClient
client = LumaClient(api_key)
slug = client.submit(video_path, title)
print(client.status(slug))

Then use functions corresponding to the CLI

CLI usage

To submit a video luma submit <video> <title> This outputs a slug.

To check status of the capture luma status <slug>

To search user's captures luma get <title>

To manually authenticate (the CLI automatically prompts for api-key when running anything else) luma auth

To check for credits :code:luma credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lumaapi-0.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page