Image

Quote image edit

Get a price estimate for an image editing request.

POST
/image/edit/quote
Sign-In-With-X<token>

Base64-encoded JSON envelope containing a CAIP-122 sign-in message and its cryptographic signature.

{
  "message": "<CAIP-122 message>",
  "signature": "<base58 for Solana, hex for EVM>"
}

In: header

Request Body

application/json

model*string

Canonical model slug.

width?integer
height?integer
variants?integer
resolution?string
image_count?integer

Number of input images.

Response Body

application/json

curl -X POST "https://beta.aimo.network/api/v1/image/edit/quote" \  -H "Content-Type: application/json" \  -d '{    "model": "string"  }'
{
  "price_usd": 0.04,
  "valid": true,
  "message": "string"
}