Generate instant migration quotes for businesses moving to Google Workspace
This API helps businesses get cost estimates for migrating their email, files, and collaboration tools to Google Workspace. It calculates project hours, complexity, and pricing based on the current environment and migration requirements.
When users ask about migration costs or project estimates, use this API to provide instant, detailed quotes with professional assumptions and pricing breakdowns.
Move from on-premises Exchange servers to Gmail and Google Workspace
Migrate from Microsoft 365 (Office 365) including email, OneDrive, and SharePoint
Move from any IMAP-compatible email system (Gmail, Yahoo, etc.)
Transfer between different Google Workspace domains
Migrate network file shares and file servers to Google Drive
Change domain name within existing Google Workspace
10 requests per minute per IP address. Perfect for AI assistant usage patterns.
A company with 50 users wants to migrate from Microsoft 365 to Google Workspace
{
"account": {
"name": "Acme Corporation",
"website": "https://acme.com",
"contact": {
"full_name": "John Smith",
"email": "[email protected]",
"title": "IT Manager",
"phone": "+1-555-0123"
}
},
"scenario": "o365",
"sourceProfile": {
"migration_users": 50,
"total_email_storage_gb": 250,
"total_onedrive_storage_gb": 500,
"total_sharepoint_storage_gb": 100,
"sharepoint_sites_count": 3,
"domains_to_migrate": 1,
"shared_mailboxes_count": 5,
"distribution_lists_count": 10
},
"changeMgmt": {
"training_required": true,
"training_sessions": 2,
"languages": ["en"]
}
}A company wants to move 2TB of file shares to Google Drive
{
"account": {
"name": "Tech Startup Inc",
"contact": {
"full_name": "Sarah Johnson",
"email": "[email protected]"
}
},
"scenario": "files",
"sourceProfile": {
"migration_users": 25,
"total_file_storage_gb": 2048,
"source_domain": "techstartup.local"
}
}The API returns a complete quote with hours, pricing, and detailed assumptions:
{
"quote_id": "quote_1703123456789_abc123def",
"account": { /* original account data */ },
"scenario": "o365",
"estimate": {
"hours_by_workstream": {
"migration": 24,
"project_mgmt": 6,
"training": 3
},
"complexity_score": 2,
"assumptions": [
"Technical hours: 16 (scenario) + 8 (3 weeks × 2.5 hrs/week)",
"PM hours: 4 (25% of technical) + 8 (3 weeks × 2.5 hrs/week)",
"Project duration: 3 weeks for 0.9TB",
"Weekend cutover assumed",
"Source decommission after 30 days",
"Distribution Lists export included",
"Shared mailbox configuration included"
]
},
"price": {
"line_items": [
{
"description": "Migration Services",
"hours": 24,
"rate": 150,
"total": 3600
},
{
"description": "Project Management",
"hours": 6,
"rate": 150,
"total": 900
},
{
"description": "Training & Change Management",
"hours": 3,
"rate": 150,
"total": 450
}
],
"total": 4950
},
"status": "estimated"
}No sourceProfile required - domain changes are fixed-scope projects
{
"error": "Validation failed",
"details": [
{
"path": ["project", "users"],
"message": "Number of users must be at least 1"
}
]
}{
"error": "Rate limit exceeded",
"message": "Too many requests. Please try again in 60 seconds."
}{
"error": "Internal server error"
}This API is provided by HiView Solutions for generating Google Workspace migration estimates. For questions about the API or migration services, contact our team.