Nano Banana
Google's state-of-the-art image generation and editing model
API Endpoint
POST `https://image.siraya.pro/v1/images/edits``
Request Parameters
Header
| Parameter | Type | Required | Description |
|---|---|---|---|
Authorization |
string | Yes | Your API Key (e.g., Bearer <API_KEY>). |
Body
| Parameter | Type | Default | Description |
|---|---|---|---|
model |
string | - | The model ID: Header. |
prompt |
string | - | A text description for the output. |
n |
integer | 1 |
Number of outputs to generate. |
output_format |
string | url |
Result format (url or b64_json). |