SpicyAPI 개발자 문서

모든 생성 모델을
하나의 API로.

작업 ID를 즉시 받고 완료 시 웹훅으로 결과를 수신하세요. 인증과 작업 API는 공통으로 사용하고, 입력은 각 모델의 Schema에 맞게 검증합니다.

GET /models
curl \
	  "https://api.spicyapi.ai/api/v1/models?includeSchema=1&includeExamples=1" \
	  -H "Authorization: Bearer $SPICY_API_KEY"

# Choose only an item where enabled and available are both true.