ImmoClip API
Integrieren Sie ImmoClip in Ihre eigene Plattform.
Übersicht
Base URL
https://api.immoclip.ai/v1AuthBearer Token
FormatJSON
Rate Limit100 req/min
Endpoints
| Methode | Endpoint | Beschreibung |
|---|---|---|
| POST | /properties | Objekt erstellen |
| GET | /properties | Objekte auflisten |
| GET | /properties/:id | Objekt abrufen |
| POST | /properties/:id/photos | Fotos hochladen |
| POST | /videos | Video erstellen |
| GET | /videos/:id | Video-Status abrufen |
| GET | /assets | Assets auflisten |
Beispiel
bash
curl -X POST https://api.immoclip.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"property_id": 123,
"template": "tour",
"format": "16:9"
}'API-Zugang ist ab dem Agency-Plan verfügbar.
Pläne & Preise ansehen