Skip to main content

데브다이브-모두의창업 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

FeatureDescription
Text generationWriting, 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 analysisDescribe a photo or summarize a document
Image generationCreate pictures from a sentence
Video generationCreate short videos from a sentence
WorkflowsChain several AI tasks in order and run them automatically
MCP integrationConnect 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

  1. Subscribe to the 데브다이브-모두의창업 AI solution and issue an API key from the dashboard.
  2. 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 cost shown 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.