Designed for developers.
Add 3D capture to your iOS app — as easy as UIImagePickerController
.
Follow our step-by-step quickstart guide.
Capture spaces in 3D in real-time.
Enable your users to walk around and capture 3D textured models of their environment.
Integrate your back-end.
Access your data in seconds with our REST API.
Terminal
$ http POST https://api.aboundlabs.com/v1/app/authenticate apiKey=sk_idkf8sp1spp --session abound
{
"message": "Successfully authenticated."
}
$ http GET https://api.aboundlabs.com/v1/app/scans --session abound
[{
"uid": "m8hcPtP"
"createdAt": "2022-06-19T02:02:16.436Z",
"tags": {
"description": "Madison Square Park"
},
"obj": {
"url": "https://aboundlabs.com/m8hcPtP/fUCG5Bb.zip",
"sizeBytes": 2645887
}
}]