fattly_upload_image
Uploads an image (public URL or base64 data) to FATTLY and returns a fal URL. Use this to turn a picture into an inputImageUrl for editing / face-swap / image-to-video models: pass the returned URL as inputImageUrl to fattly_generate_image or fattly_generate_video. No credits are charged for the upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | No | Public http(s) URL of a JPG, PNG or WEBP image, max 10 MB. | |
| imageBase64 | No | Alternatively: base64-encoded image data (raw or data-URI), max 10 MB. |