Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

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

AI replica creation and interaction API for building persistent digital personas with voice and video capabilities. Best for creating branded AI representatives — support agents, sales representatives, and interactive characters with consistent personalities. Unlike Keyframe Labs (session-based video), Replicas focuses on persistent persona creation with memory and personality traits. 1 example endpoint available through Lava’s AI Gateway. See the Replicas API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.
This is a catch-all provider — any valid URL under https://api.replicas.dev is supported. AI replica API. Construct URL as https://api.replicas.dev/v1/{path}. The endpoints below are curated examples.

Endpoints

Create a replica

POST https://api.replicas.dev/v1/replica — Free / request
const data = await lava.gateway('https://api.replicas.dev/v1/replica', { body: {"name":"Support Agent","prompt":"Answer user questions"} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests