Make
adGeneration__edit
[write] Queue an image-to-image edit and return immediately. The universal edit tool: change background, restyle, swap a subject, change aspect ratio, add brand assets, or remix a competitor ad. Source is either sourceAdId (one of the user's own generations) or sourceImageUrl (any direct image URL). Costs credits. Poll adGeneration.getById until COMPLETED.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adGeneration__edit?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"quality": {
"enum": [
"low",
"high",
"ultra"
],
"type": "string",
"default": "low"
},
"projectId": {
"type": "string"
},
"sourceAdId": {
"type": "string"
},
"aspectRatio": {
"enum": [
"1:1",
"4:5",
"9:16",
"16:9"
],
"type": "string"
},
"sourceImageUrl": {
"type": "string",
"format": "uri"
},
"editInstructions": {
"type": "string",
"minLength": 3
}
}
}