개발자를 위한 API
애플리케이션에 파일 변환 기능을 통합하세요
PPTX → 이미지
Active파워포인트 슬라이드를 PNG/JPG 이미지로 변환
PDF → 이미지
Coming SoonPDF 페이지를 이미지로 변환
SVG → 이미지
Coming SoonSVG를 PNG/JPG로 래스터화
Terminal — convert-quest
요청
curl -X POST https://api.convert-quest.com/v1/convert \
-H "Authorization: Bearer YOUR_KEY" \
-F "file=@deck.pptx"
-H "Authorization: Bearer YOUR_KEY" \
-F "file=@deck.pptx"
응답
{
"success": true,
"images": [
"https://storage.io/s1.png",
"https://storage.io/s2.png"
]
}