Basics
- Endpoint:
POST /v1/images/edits/ - Host:
https://tokensmind.ai - Auth:
Bearer Token - Content-Type:
multipart/form-data(file upload—use form data)
Form fields
Response
200 OKcURL example
Notes
- PNG only—editing relies on the alpha channel to mark regions to repaint.
- Mask behavior
- With
mask, transparent areas of the mask are edited. - Without
mask, transparent areas ofimageare edited.
- With
- Square images—input must be 1:1.

