Skip to main content

GET /v1/_status

Capability flags, available voices and styles, current quotas. Hit this at session start so the agent knows what works before it commits credits.
Capability flags are coarse, voice: true means something can synthesize a voiceover. The models lists tell you the catalog without committing to a specific brand.

GET /v1/_schema

The authoritative operation catalog. Every endpoint, its method, path, body shape, return shape, and idempotency flag.
Agents use this for dynamic discovery, the MCP server’s tool catalog is generated from this same source. When Lavendly adds a new operation, the schema endpoint reflects it immediately and MCP clients that re-fetch the schema pick it up without a code change.