Use “Get API Key” in the navbar to generate and manage keys.
Base URL: https://api.coreapi.com/v1 Auth: Authorization: Bearer YOUR_API_KEY
Chat (OpenAI-compatible):
curl -X POST https://api.coreapi.com/v1/openai/chat/completions -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{
"model": "gpt-4-turbo",
"messages": [
{"role": "user", "content": "Say hello!"}
]
}'Image (DALL·E 3):
curl -X POST https://api.coreapi.com/v1/openai/images/generations -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type": "application/json" -d '{
"model": "dall-e-3",
"prompt": "A cozy cabin in the woods"
}'Mori API is an AI model aggregation platform that gives developers a single, unified API to access 50+ AI models across text, image, audio, and video — with transparent pricing, real‑time analytics, and enterprise‑grade reliability.