Skip to content

v1.1.1 - Fix API validation and double extension

Choose a tag to compare

@mbheramil mbheramil released this 20 Feb 22:29
· 5 commits to Development since this release

Bug Fixes

  • Fix portrait/generate validation error — API requires input.image (singular), not input.images. This was causing "validation failed" HTTP 400 errors on every generation attempt.
  • Fix double file extension — Uploaded files were getting .jpg.jpg because PixelBin auto-appends the extension. Now sends the filename without extension to prevent duplication.