> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sinancode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API 概要

> sinancode.com API 概要

## 概要

sinancode.com は強力な AI 画像・動画生成 API を提供し、複数の主要モデルをサポートしています。

## 基本情報

* **ベース URL**: `https://api.sinancode.com`
* **認証**: Bearer Token
* **リクエスト形式**: JSON
* **レスポンス形式**: JSON

## クイックスタート

1. [ダッシュボード](https://sinancode.com/dashboard) から API キーを取得
2. 生成 API を呼び出してタスクを作成
3. タスク ID を使用して結果を取得

## サポートモデル

<CardGroup cols={2}>
  <Card title="Nano Banana" icon="image" href="/ja/api-reference/endpoint/nano-banana-pro">
    高品質画像生成
  </Card>

  <Card title="Imagen" icon="wand-magic-sparkles" href="/ja/api-reference/endpoint/imagen4">
    Google Imagen シリーズ
  </Card>

  <Card title="Midjourney" icon="palette" href="/ja/api-reference/endpoint/midjourney-txt2img">
    Midjourney スタイル生成
  </Card>

  <Card title="Sora 2" icon="video" href="/ja/api-reference/endpoint/sora2-text-to-video">
    AI 動画生成
  </Card>
</CardGroup>
