SpicyAPI 開発者ドキュメント

すべての生成モデルを、
1つのAPIで。

タスク ID を即時に受け取り、完了時に Webhook で結果を受信。認証とタスク 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.