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

# Ideogram-Edit-V3 - Edit 30edit

> Ideogram-Edit-V3 — Edit 30edit. GPTProto API reference.

Ideogram's edit 30edit.mdx for the edit 30edit API.

<CodeGroup>
  ```json 401 - Invalid signature theme={null}
  {
    "error": {
      "message": "Invalid signature",
      "type": "401"
    }
  }
  ```

  ```json 403 - Insufficient balance theme={null}
  {
    "error": {
      "message": "Insufficient balance",
      "type": "403"
    }
  }
  ```

  ```json 500 - Internal server error theme={null}
  {
    "error": {
      "message": "Internal server error",
      "type": "500"
    }
  }
  ```

  ```json 503 - Content policy violation theme={null}
  {
    "error": {
      "message": "Input may not meet the guidelines. Please adjust and try again.",
      "type": "503"
    }
  }
  ```
</CodeGroup>

## Parameters

| Parameter                    | Type   | Required | Default | Description                            |
| ---------------------------- | ------ | -------- | ------- | -------------------------------------- |
| `prompt`                     | string | ✅ Yes    | -       | prompt parameter                       |
| `rendering_speed`            | string | ✅ Yes    | -       | rendering\_speed parameter             |
| `image`                      | file   | ✅ Yes    | -       | image parameter                        |
| `mask`                       | file   | ✅ Yes    | -       | mask parameter                         |
| `character_reference_images` | file   | ✅ Yes    | -       | character\_reference\_images parameter |
