Setup Checklist
- Masterify API key 발급
- make.com custom webhook URL 생성
- 감시할 Google Drive 폴더 지정
- Slack 채널 또는 DM 대상 지정
make.com · Pro 이상
새 파일 감지, 작업 생성, 완료 웹훅 수신, Slack 알림까지 make.com에서 바로 연결할 수 있는 스타터 템플릿입니다.
Setup Checklist
Expected Outcome
Google Drive trigger
HTTP POST /api/v1/master with webhook_url
Webhook receive job.completed
Slack message with download_url
API Request
curl -X POST https://api.masterify.net/api/v1/master \
-H "Authorization: Bearer aim_live_xxx" \
-F "[email protected]" \
-F "platforms=spotify,apple_music" \
-F "ai_service=suno" \
-F "webhook_url=https://hook.make.com/your-webhook-id"Webhook / Response Example
{
"event": "job.completed",
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "done",
"download_url": "https://api.masterify.net/api/v1/jobs/.../download"
}Ops Notes
완료 URL은 보관 기간 안에만 유효하므로 Slack에서 빠르게 후속 처리하는 편이 좋습니다.
여러 플랫폼을 한 번에 만들더라도 웹 기준 과금은 1회당 1크레딧입니다.