Integrate video-to-floor-plan conversion into your AI agents, applications, and workflows. Built for the agentic world with MCP, OpenAPI, and RESTful interfaces.
Expose Spacewise capabilities as tools that AI agents can discover and invoke automatically.
Full-featured REST API with OpenAPI 3.0 specification for easy integration.
Receive instant notifications when floor plans are ready instead of polling.
POST /api/projectsGET /api/projects/{id}/roomsGET /api/projects/{id}/furnitureGET /api/projects/{id}/marketingGET /api/projects/{id}/virtual-tourGET /api/projectscurl -X POST https://spacewise.design/api/projects \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"videoUrl": "https://example.com/property.mp4",
"propertyName": "123 Main Street",
"propertyType": "residential"
}'curl https://spacewise.design/api/projects/proj_abc123/status \ -H "Authorization: Bearer YOUR_API_KEY"
curl https://spacewise.design/api/projects/proj_abc123/floor-plan \ -H "Authorization: Bearer YOUR_API_KEY"
Get your API key and start integrating Spacewise into your AI agents and applications today.