Crop.photo
  1. Schemas
Crop.photo
  • Crop.photo API
    • Introduction
    • Authentication
    • FAQs
    • Examples
    • Interactive API Testing
    • Auto Resize & Align
      POST
    • Body Aware Crop
      POST
    • Unrecognizable Crop
      POST
    • Remove Background
      POST
    • Create Banner Job
      POST
    • AI Lifestyle Crop
      POST
    • Banners Job Status
      POST
  • Schemas
    • Schemas
      • CreateBannerRequest
      • InputFile
      • MaskFile
      • OutputDimensions
      • BannerConfiguration
      • OutputDimension
      • Output
    • Crop.photo Schema
      • Auto Resize and Align Minimum Margins
      • Minimum Margins Lifestyle
      • Output Size and Format
      • Background Settings
      • Image Response Type
      • Image URL
      • Body Aware Crop Markers
      • Preserve Edge Contact
      • Ai model & Analysis hints
      • Body Marker Margins
      • Unrecognizable Crop Margins
      • Center Around Face
      • Unrecognizable Markers
  1. Schemas

CreateBannerRequest

{
    "mask": {
        "url": "URL of mask file. https://banners.com/mask-project-x1.png"
    },
    "input": {
        "url": "URL of input file."
    },
    "settings": {
        "minimum_margins": "8px",
        "use_crop_photo_ai_fill": true
    },
    "output": [
        {
            "format": "jpg | png | webp"
        }
    ]
}
Built with