{"openapi":"3.1.0","info":{"title":"Recolor the Past public AI tools","version":"1.0.0","description":"Read-only photo guidance, archive calculators and safe user handoff links. Image uploads require the user-facing web or mobile app."},"servers":[{"url":"https://recolorthepast.com"}],"paths":{"/ai-photo-help":{"get":{"operationId":"recommendPhotoService","summary":"Route a photo question to the best Recolor the Past flow","parameters":[{"name":"task","in":"query","schema":{"type":"string","enum":["scan","colorize","restore","repair","enhance","date","print","storage","crop","organize","preserve"],"default":"restore"}},{"name":"locale","in":"query","schema":{"type":"string","default":"en"}}],"responses":{"200":{"description":"Recommendation and direct service links","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/ai-photo-tools":{"get":{"operationId":"calculatePhotoArchiveValue","summary":"Run a photo, scanning or genealogy utility","parameters":[{"name":"tool","in":"query","required":true,"schema":{"type":"string","enum":["scan_resolution","print_size","storage","aspect_ratio","date_estimate","filename"]}},{"name":"width","in":"query","schema":{"type":"number"}},{"name":"height","in":"query","schema":{"type":"number"}},{"name":"unit","in":"query","schema":{"type":"string","enum":["cm","in"]}},{"name":"dpi","in":"query","schema":{"type":"number"}},{"name":"pixelWidth","in":"query","schema":{"type":"number"}},{"name":"pixelHeight","in":"query","schema":{"type":"number"}},{"name":"ppi","in":"query","schema":{"type":"number"}},{"name":"photos","in":"query","schema":{"type":"number"}},{"name":"averageSizeMb","in":"query","schema":{"type":"number"}},{"name":"copies","in":"query","schema":{"type":"integer","minimum":1,"maximum":3}},{"name":"ratio","in":"query","schema":{"type":"string","enum":["1:1","4:3","3:2","5:4","16:9"]}},{"name":"format","in":"query","schema":{"type":"string","enum":["daguerreotype","ambrotype","tintype","cabinet","postcard","snapshot"]}},{"name":"date","in":"query","schema":{"type":"string"}},{"name":"surname","in":"query","schema":{"type":"string"}},{"name":"event","in":"query","schema":{"type":"string"}},{"name":"place","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Calculated result","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Unknown tool"}}}}},"externalDocs":{"description":"Full service and citation guide","url":"https://recolorthepast.com/llms-full.txt"}}