Skip to content
DashboardGet API Key

API Reference

Libraries

npm install chamelaion
pip install chamelaion
go get -u 'github.com/chamelaion/chamelaion-go@v0.0.1'

API Overview

Health

Service health endpoint.

Health check
GET/health

Users

Endpoints for API token identity.

Get current user
GET/v1/users/me

Lipsync

Endpoints for creating and retrieving lip sync requests.

Generate lip sync from URLs
POST/v1/lipsync/generate
Generate lip sync from uploaded media
POST/v1/lipsync/generate-with-media

LipsyncRequests

Endpoints for creating and retrieving lip sync requests.

Get lip sync request
GET/v1/lipsync/requests/{id}
List lip sync requests
GET/v1/lipsync/requests