Images
Edit (aka Inpaint)
Edit or modify an image based on the supplied prompt. The image can be provided either as a multipart form-data file upload or as a base64-encoded string in a JSON request.
POST
/api/v1/image/edit
Postman Collection
For additional examples, please see this Postman Collection.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Edit an image based on the supplied prompt.
Response
200
image/png
OK
The response is of type file
.
/api/v1/image/edit