1. Recipe
Crop.photo
  • Crop.photo API
    • Introduction
    • Authentication
    • FAQs
    • Examples
    • Interactive API Testing
    • Recipe
      • List Recipes
      • Submit Recipe Job
      • Poll Recipe Job Status
      • Fetch Recipe Job Result
    • Auto Resize & Align
      POST
    • Body Aware Crop
      POST
    • Unrecognizable Crop
      POST
    • Remove Background
      POST
    • AI Lifestyle Crop
      POST
  • Schemas
    • Schemas
      • CreateBannerRequest
      • InputFile
      • MaskFile
      • OutputDimensions
      • BannerConfiguration
      • OutputDimension
      • Output
    • Crop.photo Schema
      • Recipe
        • Recipe
        • RecipeJobOutput
      • 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. Recipe

RecipeJobOutput

A single output result from a recipe job for one input image

{
    "outputUrl": "string",
    "outputThumbnailUrl": "string",
    "outputPreviewUrl": "string",
    "outputImageDimensions": {
        "width": 0,
        "height": 0
    },
    "inputImageDimensions": {
        "width": 0,
        "height": 0
    },
    "metaData": {},
    "errorCode": "string",
    "reason": "string"
}
Built with