주요 주소 모음
자주 찾는 주소만 한곳에 모았습니다. 북마크해 두고 필요할 때 복사해 쓰세요.
서비스 주소
| 용도 | 주소 |
|---|---|
| API 기본 URL | https://modoo.devdive.me |
| MCP 엔드포인트 | https://modoo.devdive.me/mcp |
| 대시보드 | https://modoo.devdive.me/dashboard |
모든 API 요청에는 인증 헤더가 필요합니다.
Authorization: Bearer sk-modoo-...
주요 API 엔드포인트
전체 필드와 예시는 API 레퍼런스를 참고하세요.
조회
| 메서드 | 주소 | 설명 |
|---|---|---|
| GET | https://modoo.devdive.me/v1/models | 사용 가능한 모델 목록 |
| GET | https://modoo.devdive.me/v1/credits | 남은 크레딧 |
| GET | https://modoo.devdive.me/v1/usage | 사용 내역 |
| GET | https://modoo.devdive.me/v1/jobs/{job_id} | 비동기 작업 결과 확인 |
생성·분석
| 메서드 | 주소 | 설명 |
|---|---|---|
| POST | https://modoo.devdive.me/v1/chat/completions | 텍스트 생성(대화) |
| POST | https://modoo.devdive.me/v1/audio/speech | 음성 생성(TTS) |
| POST | https://modoo.devdive.me/v1/audio/transcriptions | 음성 → 텍스트(STT) |
| POST | https://modoo.devdive.me/v1/images/analyses | 이미지 분 석 |
| POST | https://modoo.devdive.me/v1/documents/analyses | 문서 분석 |
| POST | https://modoo.devdive.me/v1/images/generations | 이미지 생성 |
| POST | https://modoo.devdive.me/v1/videos/generations | 영상 생성 |
| POST | https://modoo.devdive.me/v1/tasks/{model} | 모델 지정 작업 실행(예: modoo-web-search) |
워크플로우
자세한 사용법은 워크플로우를 참고하세요.
| 메서드 | 주소 | 설명 |
|---|---|---|
| POST | https://modoo.devdive.me/v1/workflows/runs | 실행하고 결과 저장(권장) |
| POST | https://modoo.devdive.me/v1/workflows/run | 실행(저장 없이 1회성) |
| POST | https://modoo.devdive.me/v1/workflows/stream | 실행 과정 실시간 확인 |
| GET | https://modoo.devdive.me/v1/workflows/runs/{run_id} | 저장된 실행 결과 조회 |