Endpoint reference
The canonical list of HTTP endpoints the Daciel API actually serves today. Anything not on this page is not live — if you find an SDK example that calls a path not listed here, mail support@vmira.ai and we'll get the docs corrected.
Current rates
Base URL
https://api.daciel.comAuthentication
Authorization: Bearer sk-mira-YOUR_API_KEYGet a key at platform.daciel.com/api-keys — full details in Authentication.
Chat completions
The Daciel conversational endpoint, drop-in compatible with the OpenAI Chat Completions API. Full reference on the chat completions page.
Daciel Image
Image generation and editing. Capabilities and example code on Daciel Image.
Daciel Voice
Speech-to-text and text-to-speech. Capabilities and examples on Daciel Voice.
Daciel Realtime
Duplex voice channel over WebSocket. Protocol details on Daciel Realtime.
Daciel Vision
Grounded object detection — given an image and a prompt, returns bounding boxes. Free-form Q&A on images goes through chat completions instead (Daciel accepts image_url or base64 in messages[].content).
Account and management
Endpoints that read your account state. All require authentication.