cURL
curl https://gateway.obiguard.ai/v1/images/edits \ -H "x-obiguard-api-key: $OBIGUARD_API_KEY" \ -F image="@otter.png" \ -F mask="@mask.png" \ -F prompt="A cute baby sea otter wearing a beret" \ -F n=2 \ -F size="1024x1024"
{ "created": 123, "data": [ { "b64_json": "<string>", "url": "<string>", "revised_prompt": "<string>" } ] }
OK
The response is of type object.
object