Markup Walkthrough
Walk through the complete multi-step markup generation flow using mock data. Each step shows the exact API request and response, along with a visual representation of what the user's UI should show.
This walkthrough uses mock data and does not make real API calls. See the Live Demo to test with a real API key.
Step 1: Start Markup Generation
Submit an address to begin the markup generation process. The system captures aerial screenshots and enhances them with AI.
Request
POST /v1/markup/generate
Content-Type: application/json
X-API-Key: dome_live_...
{
"address": "42 Wallaby Way, Sydney NSW 2000"
}Response
{
"data": {
"job_id": "d56ef78a-9012-4bcd-e345-678901234567",
"status": "queued"
},
"meta": {
"request_id": "req_m4rkup0001",
"timestamp": "2026-02-10T12:42:59.445Z"
}
}1 of 5
About This Demo
The walkthrough simulates the 5-step markup flow:
- Start Generation -- Submit an address to begin aerial capture
- Poll for Variants -- Wait for the system to produce orientation options
- Select Orientation -- Choose the best aerial view
- Submit Annotation -- Draw property boundaries and submit
- Generate Video -- Optionally create a cinematic flyover
For full implementation details, see the Markup Generation Guide.