{
  "info": {
    "name": "Slazzer — mcp.ai",
    "description": "REST API for the Slazzer MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/slazzer",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "slazzer_colorize_old_photo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/colorize/old/photo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "colorize",
            "old",
            "photo"
          ]
        },
        "description": "Colorize and restore a black-and-white photo and return the result as a downloadable image. Processing costs one Slazzer credit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"render_factor\": 0,\n  \"source_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_create_catalog_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/catalog/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "catalog",
            "image"
          ]
        },
        "description": "Create a catalog-ready grocery, food, or furniture image using the matching Slazzer scene model.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"seed\": 0,\n  \"padding\": \"\",\n  \"relighting\": false,\n  \"canvas_size\": \"\",\n  \"text_prompt\": \"\",\n  \"catalog_type\": \"\",\n  \"scaling_mode\": \"\",\n  \"reference_type\": \"\",\n  \"background_color\": \"\",\n  \"source_image_file\": {},\n  \"background_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_edit_automobile_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/edit/automobile/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "edit",
            "automobile",
            "image"
          ]
        },
        "description": "Remove or replace an automobile background, optionally add a shadow or overlay or segment its number plate, and return the processed image, mask, or ZIP.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"crop\": false,\n  \"scale\": \"\",\n  \"format\": \"\",\n  \"channel\": \"\",\n  \"preview\": false,\n  \"position\": \"\",\n  \"car_shadow\": false,\n  \"crop_margin\": \"\",\n  \"background_color\": \"\",\n  \"source_image_url\": \"\",\n  \"source_image_file\": {},\n  \"number_plate_image\": {},\n  \"source_image_base64\": \"\",\n  \"background_image_url\": \"\",\n  \"background_image_file\": {},\n  \"background_image_base64\": \"\",\n  \"number_plate_segmentation\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_enhance_image_colors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enhance/image/colors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enhance",
            "image",
            "colors"
          ]
        },
        "description": "Improve an image's color, contrast, vibrancy, and visual quality and return the result as a downloadable image. Processing consumes 1 Slazzer credit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"source_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_generate_image_shadow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/image/shadow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "image",
            "shadow"
          ]
        },
        "description": "Apply an AI-generated studio shadow to a PNG or JPEG product image and return the result as a downloadable file. Processing costs 0.20 Slazzer credit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"shadow_opacity\": 0,\n  \"background_color\": \"\",\n  \"source_image_file\": {},\n  \"light_source_position\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_relight_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/relight/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "relight",
            "image"
          ]
        },
        "description": "Relight a PNG or JPEG image with a selected brightness multiplier and return the result as a downloadable image. Processing costs one Slazzer credit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"brightness_factor\": 0,\n  \"source_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_remove_image_background",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/image/background",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "image",
            "background"
          ]
        },
        "description": "Remove an image background, optionally replace it, and return the processed image or alpha mask as a downloadable file.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"roi\": \"\",\n  \"crop\": false,\n  \"scale\": \"\",\n  \"format\": \"\",\n  \"channel\": \"\",\n  \"preview\": false,\n  \"position\": \"\",\n  \"car_shadow\": false,\n  \"crop_margin\": \"\",\n  \"background_color\": \"\",\n  \"source_image_url\": \"\",\n  \"source_image_file\": {},\n  \"source_image_base64\": \"\",\n  \"background_image_url\": \"\",\n  \"background_image_file\": {},\n  \"background_image_base64\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_replace_sky",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/replace/sky",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "replace",
            "sky"
          ]
        },
        "description": "Replace an image's sky or background with another image or a solid color and return the processed file. Processing consumes 1 Slazzer credit.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"background_color\": \"\",\n  \"source_image_file\": {},\n  \"background_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "slazzer_upscale_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upscale/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upscale",
            "image"
          ]
        },
        "description": "Upscale a PNG or JPEG image by 2x or 4x and return the result as a downloadable file.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scale\": \"\",\n  \"source_image_file\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}