AM

APIへようこそ

包括的なAPIで強力なAIアプリケーションを構築。最新のAIモデルで魅力的な画像と動画を生成。

ベースURL

Base URL for all API requests.

https://gateway.apimall.ai

クイック例

単一のAPI呼び出しで画像を生成

curl -X POST https://gateway.apimall.ai/api/v1/images/generate \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana-pro",
    "prompt": "A beautiful sunset over mountains",
    "resolution": "2K",
    "aspect_ratio": "16:9"
  }'
詳細はクイックスタートでご確認ください

お困りですか?

ご質問やサポートが必要な場合は、以下までお問い合わせください。 support@apimall.ai

API ドキュメント | API Mall