Encoded output is empty or invalid
Likely cause: Selected file is not a valid image format or file reading was interrupted
Recommended action: Re-upload a supported image and wait for conversion to finish before copying output.
API rejects encoded payload
Likely cause: Endpoint expects raw Base64 but full data URL was sent (or vice versa)
Recommended action: Confirm contract format and send exactly the required representation.
Payload becomes too large for request limits
Likely cause: Base64 increases payload size relative to binary files
Recommended action: Resize/compress image first or switch to file upload endpoints for large images.