跳到主要内容Skip to content
Docs

Image Edits

Pass-through endpoint for upstream image editing models.

Endpoint

http
1POST /v1/images/edits2Content-Type: application/json or multipart/form-data

Multipart request example

bash
1curl -X POST "https://api.0-0.pro/v1/images/edits" \2  -H "Authorization: Bearer $API_KEY" \3  -F model=gpt-image-2 \4  -F prompt="Make the product render brighter" \5  -F image=@input.png

Pass-through behavior

0-0 forwards the original request body and compatible headers upstream, then returns the upstream status, body, and response type. JSON and multipart form-data requests are supported.