Endpoint
seedream-4.5 (specialty creative-mode, runs on
Novita with Replicate fallback).
Request
Unlike OpenAI’s edits API which uses multipart/form-data, ours takes JSON with a base64-encoded image. Easier for backend customers.| Field | Type | Notes |
|---|---|---|
image | string | Base64-encoded source (PNG/JPG/WebP). Up to 25MB raw. Strip the data:image/...;base64, prefix or include it; both work. |
prompt | string | Up to 32000 chars |
response_format | enum | url (default) or b64_json |