KI-Werbeplatzierung
Marameo
Ersetzt Werbeflächen in Szenenfotos durch neue Motive — perspektivisch korrekte KI-Bildsynthese.
Pricing
30.000Tokens
Bildgenerierung+7.500Custom Prompt
POST
/v1/marameo/generateErsetzt eine Werbefläche in einem Szenenfoto durch ein neues Motiv. Antwort: PNG (Base64).
Parameter
| Name | Typ | Status | Beschreibung |
|---|---|---|---|
baseImage | string | Ja | Szenenfoto mit Werbefläche — JPEG, PNG, WebP, GIF (URL, Base64 oder Data URI, max 10 MB) |
insertImage | string | Ja | Neues Werbemotiv — JPEG, PNG, WebP, GIF (URL, Base64 oder Data URI, max 10 MB) |
aspectRatio | string | Optional | Seitenverhältnis (Standard: "16:9"). Gültig: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 4:5, 5:4, 21:9 |
prompt | string | Optional | Zusätzliche Anweisungen für die Szenenmodifikation (Aufpreis: 7.500 Tokens) |
Request
curl -X POST "https://api.centra.dbpg.io/v1/marameo/generate" \
-H "Authorization: Bearer sk-live-your_api_key" \
-H "Content-Type: application/json" \
-d '{
"baseImage": "https://example.com/scene.jpg",
"insertImage": "https://example.com/ad.jpg",
"aspectRatio": "16:9"
}'Response
{
"image": "iVBORw0KGgo...",
"format": "png",
"model": "marameo-v1",
"usage": {
"tokens_used": 30000,
"remaining_balance": 28100
}
}Kennzeichnung
- Powered in part by Google AI
- Generierte Inhalte enthalten digitale Wasserzeichen (SynthID)