데브다이브-모두의창업 AI API
The 데브다이브-모두의창업 AI API is a dedicated AI API that DevDive provides to subscribers of the 데브다이브-모두의창업 AI solution. With a single issued API key, you can call a variety of AI features — writing, speech, images, video, document processing, and more — directly from your own programs.
No coding background? No problem
This guide is written so that non-developers can follow along too. Any tricky terms are explained in plain language under Good-to-know terms below.
What can you do
| Feature | Description |
|---|---|
| Text generation | Writing, summarizing, translating, brainstorming, and more. Get the answer all at once or in real time |
| Text-to-speech (TTS) | Turn text into a voice |
| Speech-to-text (STT) | Turn audio into text |
| Image & document analysis | Describe a photo or summarize a document |
| Image generation | Create pictures from a sentence |
| Video generation | Create short videos from a sentence |
| Workflows | Chain several AI tasks in order and run them automatically |
| MCP integration | Connect this API directly to AI tools like Claude and Cursor |
You'll find the full model list under Models, and detailed usage for each feature in the API Reference.
How to get started
- Subscribe to the 데브다이브-모두의창업 AI solution and issue an API key from the dashboard.
- Send your first request with the issued key.
Follow the Quickstart to make your first call in just 5 minutes.
Good-to-know terms
- API — the doorway through which programs exchange features with each other. Here, it's "the doorway for calling AI features."
- API key — a secret key that identifies you (
sk-modoo-…). Never share it with anyone. - Base URL — the address you send requests to:
https://modoo.devdive.me - Credits — usage passes that are deducted as you use the API. The
costshown in a response is the amount of credits used by that call. - Synchronous / asynchronous — synchronous means the answer comes back right away when you make a request; asynchronous means it takes time, so you
first receive a receipt (
job_id) and check the result a little later (for example, video generation).
Good to keep in mind
- Conversation history is not saved. To continue a previous conversation, you need to include whatever context you need in the request itself.
- The function calling (tools) feature, where the model runs external tools on its own, is not supported.
For frequently asked questions, see the FAQ.