Dashboard
Use Cases
Try Face Login, Deepfake Detection & Payment SSO — interactive demos running on cdn.mimicx.ai
Applications
API Playground
Request
Advanced · call a skill directly
Response
Select an endpoint to see code examples
API Keys
Darwin API Tokens
One intelligent multimodal endpoint. Send a prompt (and optionally an image);
Darwin auto-routes to chat, image generation, video, image→3D, or code — and
returns the right result. Same endpoint for everything:
darwin.mimicx.ai/api/v1/agent.
How to use
# One endpoint, everything. Darwin auto-routes by intent.
curl -X POST https://darwin.mimicx.ai/api/v1/agent \
-H "Authorization: Bearer mx_darwin_..." \
-H "Content-Type: application/json" \
-d '{"prompt":"generate a red tomato"}'
# → {type:"image", image_b64:"..."} (or {type:"text", text:"..."} for chat)
# Multimodal — attach an image (base64) and ask for a 3D model
curl -X POST https://darwin.mimicx.ai/api/v1/agent \
-H "Authorization: Bearer mx_darwin_..." \
-H "Content-Type: application/json" \
-d '{"prompt":"turn into 3d model","image_b64":""}'
# → {type:"model3d", model_b64:"..."}
# Code — routed to the code model, streamed token by token
curl -N -X POST https://darwin.mimicx.ai/api/v1/agent \
-H "Authorization: Bearer mx_darwin_..." \
-H "Content-Type: application/json" \
-d '{"prompt":"write hello world in c","stream":true}'
# Streaming (Server-Sent Events) — chat tokens, then [DONE]
curl -N -X POST https://darwin.mimicx.ai/api/v1/agent \
-H "Authorization: Bearer mx_darwin_..." \
-H "Content-Type: application/json" \
-d '{"prompt":"Hello Darwin","stream":true}'
# → data: {"type":"delta","text":"..."} ... data: [DONE]
# (Advanced) invoke one specific skill directly
curl -X POST https://darwin.mimicx.ai/api/v1/skills/create_pdf/invoke \
-H "Authorization: Bearer mx_darwin_..." \
-H "Content-Type: application/json" \
-d '{"args":{"title":"Report","sections":[]}}' Quick Start
1. Create an application
Click New Application, select the model families and tasks your app needs (biometrix, darwin, emoticore), choose your environment (test/live), and save your API key.
2. Integrate
3. Gateway Endpoints
POST https://model.mimicx.ai/api/v1/predict — Low-level: run inference on a specific model
GET https://model.mimicx.ai/api/v1/models — List models available to your key
Most integrations only need /api/v1/agent: send a prompt (and optional image_b64), get the right result. Add "stream":true for SSE.
All endpoints require Authorization: Bearer mx_...
Full API documentation: docs.mimicx.ai
Use Cases
Explore, copy and implement ready-to-run projects with full code.
Full multilingual pipeline covering 60+ African languages — Swahili, Hausa, Yoruba, Amharic, Lingala and more.
Real-time biometric enrollment from your webcam. Detect faces and objects live — click any detection to freeze, crop and enroll it with a name.
Upload PDFs, DOCX and text files, then chat with an AI assistant that extracts insights, summaries and patterns from your knowledge base.
Describe any project in plain English and AI instantly generates a full Kanban board — columns, tasks, priorities and tags — ready to act on.
Billing & Plans
Free
- 100 API calls/day
- 2 applications
- All model families
- 30 req/min
Starter
- 2,000 API calls/day
- 5 applications
- All model families
- 120 req/min
Pro
- 10,000 API calls/day
- 20 applications
- All model families
- 500 req/min
Enterprise
- 100,000 API calls/day
- Unlimited applications
- All families
- 5,000 req/min
Organization
DarwinDNA: Physical AI Brain
Flash DarwinDNA as a standalone AI operating system on embedded hardware. No cloud required.
- Active MimicX API key
- microSD ≥ 16 GB (Pi)
- Python ≥ 3.10 (Pi image)
- Arduino IDE 2.x or CLI
- Local Wi-Fi (same subnet)
- All inference runs locally
- No audio/video leaves device
- API key used only for activation
- Offline mode after first boot
Firmware & Robots
Flash DarwinDNA firmware to robot platforms. Give your robot a real AI brain — vision, voice, reasoning, all local.
