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

Recipe

A recipe object containing automation configuration for image processing

{
    "id": "string",
    "name": "string",
    "note": "string",
    "categories": [
        "string"
    ],
    "tags": [
        "string"
    ],
    "outputDimensions": [
        "string"
    ],
    "aspectRatios": [
        "string"
    ],
    "outputFormats": [
        "string"
    ],
    "estimatedCreditsPerImage": 0,
    "aiRecipe": true
}
Built with