Ship AI Features in Days, Not Months
Build, deploy, and scale AI-powered applications with our comprehensive API suite. From image recognition to 3D rendering, we provide the infrastructure you need.
10k+ API calls/day
Trusted by developers
Rasterscan can recognize blueprint and hand-sketch images
Everything You Need to Build with AI
Production-ready APIs with everything developers need to build AI-powered applications.
2D → 3D rendering engine
Extract walls, doors, and symbols from floor plans and render interactive 3D models.
On‑premise deployment
Run entirely within your network for maximum data security and compliance (SOC2/GDPR ready).
CAD/BIM export
Export recognized geometry into common formats (DXF/IFC/GLTF) for downstream workflows.
Real‑time web viewer
Stream lightweight 3D scenes to the browser for client presentations and virtual tours.
Robust auth & auditing
API keys, secrets, rotation, rate limits, and tamper‑evident audit logs built‑in.
Scales with your workloads
Batch processing, queues, and caching to handle portfolios of plans efficiently.
Recognize and render blueprint and hand-sketch images
Authorize with your API key and secret. Recognize geometry and render 3D scenes programmatically.
# 1) Recognize walls/doors/symbols from a 2D plan
curl -X POST https://api.rasterscan.dev/v1/floorplan/recognize \
-H "x-api-key: $RASTERSCAN_API_KEY" \
-H "x-api-secret: $RASTERSCAN_API_SECRET" \
-H "content-type: application/json" \
-d '{
"source": "https://example.com/floorplan.png",
"units": "metric"
}'
# 2) Render a 3D model from recognized geometry
curl -X POST https://api.rasterscan.dev/v1/floorplan/render3d \
-H "x-api-key: $RASTERSCAN_API_KEY" \
-H "x-api-secret: $RASTERSCAN_API_SECRET" \
-H "content-type: application/json" \
-d '{
"geometryRef": "<id-from-recognize>",
"export": "gltf"
}'Start Building with Zero Commitment
Pay only for what you use. Scale up or down anytime.
Base price
$0.60
Total
$0.60
$0.015 per token
What's included:
No setup fees • Cancel anytime • 30-day money-back guarantee