Midjourney
설명하기 (이미지에서 텍스트로)
CometAPI POST /mj/submit/describe를 사용해 업로드한 이미지에서 초기 Midjourney 프롬프트를 추출하여 빠른 리믹스와 반복 작업을 수행합니다.
POST
Describe (image -> text)
이 엔드포인트를 사용하면 입력 이미지에서 Midjourney 스타일의 프롬프트 제안을 추출할 수 있습니다.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
이 경로가 유용한 경우
- 이미지를 리믹스 가능한 프롬프트 후보로 변환
- 새로운 imagine 작업을 시작하기 전에 시각적 방향성 추출
- 첫 프롬프트를 처음부터 작성하고 싶지 않을 때 더 빠른 작성 루프 구축
작업 흐름
describe 작업 폴링
작업이 완료되어 프롬프트 형태의 출력을 반환할 때까지 Fetch Single Task를 사용합니다.
생성된 프롬프트 재사용
의도에 맞는 프롬프트 후보를 선택한 뒤 Imagine으로 이어서 새 생성 패스를 진행합니다.
인증
Bearer token authentication. Use your CometAPI key.
본문
application/json
Base64-encoded image to describe. Use a data URI such as data:image/png;base64,xxx. Provide either base64 or link.
URL of the image to describe. Provide either link or base64.
Bot type to use. MID_JOURNEY for Midjourney (default), NIJI_JOURNEY for Niji.
사용 가능한 옵션:
NIJI_JOURNEY, MID_JOURNEY Custom state string. Returned as-is in the task result and webhook callback for your own tracking.