Skip to main content

Key Addresses

The addresses you'll look up most often, gathered on one page. Bookmark it and copy what you need.

Service addresses

PurposeAddress
API base URLhttps://modoo.devdive.me
MCP endpointhttps://modoo.devdive.me/mcp
Dashboardhttps://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

MethodAddressDescription
GEThttps://modoo.devdive.me/v1/modelsList available models
GEThttps://modoo.devdive.me/v1/creditsRemaining credits
GEThttps://modoo.devdive.me/v1/usageUsage history
GEThttps://modoo.devdive.me/v1/jobs/{job_id}Check an async job result

Generation & analysis

MethodAddressDescription
POSThttps://modoo.devdive.me/v1/chat/completionsText generation (chat)
POSThttps://modoo.devdive.me/v1/audio/speechSpeech generation (TTS)
POSThttps://modoo.devdive.me/v1/audio/transcriptionsSpeech → text (STT)
POSThttps://modoo.devdive.me/v1/images/analysesImage analysis
POSThttps://modoo.devdive.me/v1/documents/analysesDocument analysis
POSThttps://modoo.devdive.me/v1/images/generationsImage generation
POSThttps://modoo.devdive.me/v1/videos/generationsVideo generation
POSThttps://modoo.devdive.me/v1/tasks/{model}Run a task for a specific model (e.g. modoo-web-search)

Workflows

See Workflows for details.

MethodAddressDescription
POSThttps://modoo.devdive.me/v1/workflows/runsRun and save the result (recommended)
POSThttps://modoo.devdive.me/v1/workflows/runRun once without saving
POSThttps://modoo.devdive.me/v1/workflows/streamStream the run in real time
GEThttps://modoo.devdive.me/v1/workflows/runs/{run_id}Look up a saved run