Key Addresses
The addresses you'll look up most often, gathered on one page. Bookmark it and copy what you need.
Service addresses
| Purpose | Address |
|---|---|
| API base URL | https://modoo.devdive.me |
| MCP endpoint | https://modoo.devdive.me/mcp |
| Dashboard | https://modoo.devdive.me/dashboard |
Every API request requires the authentication header.
Authorization: Bearer sk-modoo-...
Main API endpoints
See the API Reference for full fields and examples.
Lookup
| Method | Address | Description |
|---|---|---|
| GET | https://modoo.devdive.me/v1/models | List available models |
| GET | https://modoo.devdive.me/v1/credits | Remaining credits |
| GET | https://modoo.devdive.me/v1/usage | Usage history |
| GET | https://modoo.devdive.me/v1/jobs/{job_id} | Check an async job result |
Generation & analysis
| Method | Address | Description |
|---|---|---|
| POST | https://modoo.devdive.me/v1/chat/completions | Text generation (chat) |
| POST | https://modoo.devdive.me/v1/audio/speech | Speech generation (TTS) |
| POST | https://modoo.devdive.me/v1/audio/transcriptions | Speech → text (STT) |
| POST | https://modoo.devdive.me/v1/images/analyses | Image analysis |
| POST | https://modoo.devdive.me/v1/documents/analyses | Document analysis |
| POST | https://modoo.devdive.me/v1/images/generations | Image generation |
| POST | https://modoo.devdive.me/v1/videos/generations | Video generation |
| POST | https://modoo.devdive.me/v1/tasks/{model} | Run a task for a specific model (e.g. modoo-web-search) |
Workflows
See Workflows for details.
| Method | Address | Description |
|---|---|---|
| POST | https://modoo.devdive.me/v1/workflows/runs | Run and save the result (recommended) |
| POST | https://modoo.devdive.me/v1/workflows/run | Run once without saving |
| POST | https://modoo.devdive.me/v1/workflows/stream | Stream the run in real time |
| GET | https://modoo.devdive.me/v1/workflows/runs/{run_id} | Look up a saved run |