Skip to main content
GET
https://aigenstudio.app/api/v1
/
product-photo-operations
List Product Photo operations
curl --request GET \
  --url https://aigenstudio.app/api/v1/product-photo-operations
{
  "operations": [
    {
      "name": "<string>",
      "credits_per_image": 1,
      "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 operations returned.

operations
object[]
required
request_id
string
required