Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

API Explorer

Pick an operation, paste your Lazu API key, and send a real request against the live API. Requests go straight from your browser to api.lazu.ai — your key stays in this tab (and is only persisted if you tick Remember).

The embedded explorer below covers the most common JSON operations. For the complete contract, including binary upload/download APIs and provider-native paths, use the generated openapi.json or openapi.yaml assets shipped with the docs build.

Audio

OpenAI-compatible audio endpoints:

EndpointUse for
POST /v1/audio/speechText-to-speech audio bytes
POST /v1/audio/transcriptionsWhisper-compatible speech-to-text
POST /v1/audio/translationsTranslate audio to English

Images

Image generation and edit endpoints:

EndpointUse for
POST /v1/images/generationsGenerate images from text
POST /v1/images/editsEdit an input image

Videos

Async video generation job endpoints:

EndpointUse for
POST /v1/videosCreate a video generation job
GET /v1/videosList video jobs
GET /v1/videos/:idRetrieve a video job

Anthropic

Anthropic-native requests use POST /v1/messages with x-api-key and anthropic-version headers. Model availability is still scoped by the active Lazu API key; check Model catalog before calling native provider paths.

Gemini

Gemini-native requests use POST /v1beta/models/{model}:generateContent. API keys can be supplied through the OpenAI-compatible bearer header, ?key=..., or x-goog-api-key.

Operations
POST/v1/chat/completions
Response
// Press Send to run a live request