KI-Werbeplatzierung
Marameo
Ersetzt Werbeflächen in Szenenfotos durch neue Motive — perspektivisch korrekte KI-Bildsynthese.
Pricing
30.000Credits
Bildgenerierung+7.500Zusätzliche Variante
+7.500Custom Prompt
POST
/v1/marameo/generateErsetzt eine Werbefläche in einem Szenenfoto durch ein neues Motiv. Antwort: Pre-signed S3-URLs (3h gültig). Unterstützt bis zu 3 Varianten pro Anfrage.
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 Credits) |
variants | number | Optional | Anzahl Varianten (1–3, Standard: 1). Jede zusätzliche Variante: 7.500 Credits |
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",
"variants": 2
}'Response
{
"images": [
{
"url": "https://...s3.amazonaws.com/marameo/....png?...",
"variant": 1,
"expiresAt": "2026-03-20T21:35:58.569Z"
},
{
"url": "https://...s3.amazonaws.com/marameo/....png?...",
"variant": 2,
"expiresAt": "2026-03-20T21:36:16.123Z"
}
],
"count": 2,
"attempted": 2,
"model": "marameo-v1",
"usage": {
"credits_used": 37500,
"remaining_balance": 28100
}
}Kennzeichnung
- Powered in part by Google AI
- Generierte Inhalte enthalten digitale Wasserzeichen (SynthID)