API Access
Automatize o staging com a API
Endpoints simples para uploads, jobs, resultados e webhooks.
POST /v1/stage
{
"image_url": "https://...",
"room_type": "living_room",
"style": "modern",
"output_format": "jpg",
"quality": "high"
}Response (3s)
{
"staged_url": "https://cdn...",
"width": 2048,
"height": 1536,
"credits_used": 1
}Automatize o staging com a API
Endpoints REST
Recursos claros com respostas previsiveis.
Webhooks
Acompanhe o status de cada job em tempo real.
Sandbox
Teste com seguranca antes de lancar.
Automatize o staging com a API
Endpoints simples para uploads, jobs, resultados e webhooks.
Obter acesso API