mask
gpt-image-*
image[]
Authorization: Bearer ********************
curl --location 'https://ai.tikhub.io/v1/images/edits' \ --header 'Authorization: Bearer <token>' \ --form 'model=""' \ --form 'prompt=""' \ --form 'image=@""' \ --form 'mask=@""' \ --form 'n="1"' \ --form 'size=""' \ --form 'quality=""' \ --form 'response_format=""' \ --form 'background=""' \ --form 'output_format=""' \ --form 'output_compression=""' \ --form 'user=""'
{ "created": 0, "data": [ { "url": "string", "b64_json": "string", "revised_prompt": "string" } ] }