본문으로 건너뛰기

주요 주소 모음

자주 찾는 주소만 한곳에 모았습니다. 북마크해 두고 필요할 때 복사해 쓰세요.

서비스 주소

용도주소
API 기본 URLhttps://modoo.devdive.me
MCP 엔드포인트https://modoo.devdive.me/mcp
대시보드https://modoo.devdive.me/dashboard

모든 API 요청에는 인증 헤더가 필요합니다.

Authorization: Bearer sk-modoo-...

주요 API 엔드포인트

전체 필드와 예시는 API 레퍼런스를 참고하세요.

조회

메서드주소설명
GEThttps://modoo.devdive.me/v1/models사용 가능한 모델 목록
GEThttps://modoo.devdive.me/v1/credits남은 크레딧
GEThttps://modoo.devdive.me/v1/usage사용 내역
GEThttps://modoo.devdive.me/v1/jobs/{job_id}비동기 작업 결과 확인

생성·분석

메서드주소설명
POSThttps://modoo.devdive.me/v1/chat/completions텍스트 생성(대화)
POSThttps://modoo.devdive.me/v1/audio/speech음성 생성(TTS)
POSThttps://modoo.devdive.me/v1/audio/transcriptions음성 → 텍스트(STT)
POSThttps://modoo.devdive.me/v1/images/analyses이미지 분석
POSThttps://modoo.devdive.me/v1/documents/analyses문서 분석
POSThttps://modoo.devdive.me/v1/images/generations이미지 생성
POSThttps://modoo.devdive.me/v1/videos/generations영상 생성
POSThttps://modoo.devdive.me/v1/tasks/{model}모델 지정 작업 실행(예: modoo-web-search)

워크플로우

자세한 사용법은 워크플로우를 참고하세요.

메서드주소설명
POSThttps://modoo.devdive.me/v1/workflows/runs실행하고 결과 저장(권장)
POSThttps://modoo.devdive.me/v1/workflows/run실행(저장 없이 1회성)
POSThttps://modoo.devdive.me/v1/workflows/stream실행 과정 실시간 확인
GEThttps://modoo.devdive.me/v1/workflows/runs/{run_id}저장된 실행 결과 조회