Skip to main content
GET
https://aigenstudio.app/api/v1
/
product-photo-presets
List Product Photo presets
curl --request GET \
  --url https://aigenstudio.app/api/v1/product-photo-presets
{
  "presets": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "request_id": "<string>"
}

Headers

X-Request-Id
string

Optional client correlation id. AI Gen Studio also returns request_id.

Maximum string length: 160

Response

200 - application/json

Product Photo presets returned.

presets
object[]
required
request_id
string
required