API for
Developers
Integrate real estate video generation and digital clones directly into your applications, CRMs or real estate portals via REST API.
The public API is under construction
The production engine already works internally. We are preparing the public API layer with authentication, limits and complete documentation. Early access available.
What the API will have
Designed for production-ready integrations.
Real-time response
Server-Sent Events (SSE) to follow the progress of each pipeline step without polling.
API Key authentication
Each call is authenticated with an API key per account. Full access control.
Status webhooks
Receive HTTP notifications on your server when a job finishes, fails or progresses.
Pure JSON responses
All responses are well-typed JSON. Python and Node.js SDKs in development.
Planned endpoints
Preview of the API structure.
/api/v1/launchLaunches a production job with the desired photos and configuration.
/api/v1/progress/{job_id}SSE stream with real-time status of each pipeline step.
/api/v1/results/{job_id}Returns the complete list of generated files and AI report.
/api/v1/download/{job_id}Downloads all job files in a ready-to-use ZIP.
/api/v1/clone/launchStarts a digital clone job with reference photos and voice configuration.
/api/v1/jobs/{job_id}Deletes a job and its associated files from the servers.
Example response — POST /api/v1/launch
{
"job_id": "job_a1b2c3d4",
"status": "queued",
"estimated_duration_s": 180,
"cost_eur": 1.59,
"photos": 3,
"mode": "dual"
}Want to be among the first?
Write to us to discuss your use case and reserve early API access.