{
  "info": {
    "name": "Claid.ai — mcp.ai",
    "description": "REST API for the Claid.ai 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/claid_ai",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "claid_ai_background_generate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/background/generate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "background",
            "generate"
          ]
        },
        "description": "Generate AI-powered backgrounds for product images. Creates professional scenes with customizable backgrounds, lighting, and composition. Use cases: - E-commerce product photography enhancement - Crea",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scene\": {},\n  \"object\": {},\n  \"output\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_background_remove",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/background/remove",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "background",
            "remove"
          ]
        },
        "description": "Remove the background from images using Claid.ai's AI-powered background removal. Supports category hints (general, products, cars) for optimized removal, selective removal to keep specific objects, a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\",\n  \"operations\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_claid_storage_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/claid/storage/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "claid",
            "storage",
            "details"
          ]
        },
        "description": "Tool to retrieve details of a connected storage resource. Use when you have a storage ID and need to inspect its configuration before performing further operations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"storage_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_create_storage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/storage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "storage"
          ]
        },
        "description": "Tool to connect a storage resource. Use after you have bucket/folder details and credentials. E.g., to add a new AWS S3, GCS bucket, or public web folder for your image assets.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"parameters\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_generative_resize",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generative/resize",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generative",
            "resize"
          ]
        },
        "description": "Expand image canvas using AI-powered generative outpainting. This tool adjusts image aspect ratios by generating coherent background content to fill new canvas areas. Use it when you need to: - Change",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\",\n  \"operations\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_image_ai_edit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/image/ai/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "image",
            "ai",
            "edit"
          ]
        },
        "description": "Tool to submit an asynchronous AI-based image editing task. Use when you need text-driven edits on existing images and will poll for completion.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\",\n  \"options\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_image_edit_batch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/image/edit/batch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "image",
            "edit",
            "batch"
          ]
        },
        "description": "Tool to process multiple images in batch asynchronously. Use when applying the same edits (resize, enhance, background removal, etc.) to many images at once. Accepts input from: - Cloud storage folder",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\",\n  \"operations\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_image_generate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/image/generate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "image",
            "generate"
          ]
        },
        "description": "Generate AI images from text prompts using Claid.ai. Creates 1024x1024 pixel images. Use when you need to create custom visuals, product mockups, or creative imagery from a description. Supports gener",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\",\n  \"options\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_license_plate_blur",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/license/plate/blur",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "license",
            "plate",
            "blur"
          ]
        },
        "description": "Automatically detect and blur license plates in images for privacy compliance. Use this tool when you need to obscure vehicle registration plates in photos (e.g., for car marketplaces, real estate lis",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_patch_storage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/patch/storage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "patch",
            "storage"
          ]
        },
        "description": "Tool to update a connected storage's settings. Use when you need to change name, type, or parameters of an existing storage. Use after confirming the storage exists.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"parameters\": {},\n  \"storage_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_polish_image",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/polish/image",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "polish",
            "image"
          ]
        },
        "description": "Applies AI-powered polish restoration to an image, sharpening and cleaning up while preserving the original structure. Ideal for enhancing upscaled images or removing AI artifacts. Note: Target image ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_smart_frame",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/smart/frame",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "smart",
            "frame"
          ]
        },
        "description": "Place images on a canvas with specified dimensions and padding for consistent product photography framing. Ideal for e-commerce: standardizes product photos with uniform spacing and background colors.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"input\": \"\",\n  \"options\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_storage_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/storage/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "storage",
            "list"
          ]
        },
        "description": "Tool to list connected storage resources. Use when you need to retrieve all storage connectors for your account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "claid_ai_storage_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/storage/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "storage",
            "types"
          ]
        },
        "description": "Tool to retrieve available storage types. Use when you need to list supported storage connectors before uploading files.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}