Cloud-RF API
The Cloud‑RF API provides a set of JSON endpoints for performing and managing radio‑frequency propagation analyses, including point‑to‑point and point‑to‑multipoint path profiling, heat‑map creation, clutter data upload, interference and network merging queries, and archival operations such as listing, deleting, and exporting calculations in GIS formats.
Latency
2115ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/archive/delete
Delete a calculation from the database.
/archive/delete/network
Delete an entire network
/archive/export
Export a calculation in a GIS file format
/archive/list
List calculations from your archive
/area
Create a point-to-multipoint heatmap
/clutter/add
Upload clutter data as GeoJSON
/interference
Find the best server for overlapping coverage
/mesh
Merge sites into a super layer.
/network
Find the best server for somewhere
/path
Point-to-point path profile analysis (Tx to Rx)
/points
Point-to-multipoint path profile analysis (Many Tx, one Rx)
11 endpoints auto-detected
Authentication
This API uses an API key, passed in the "key" header. No OAuth required.
curl -X GET \ "https://api.cloudrf.com/archive/delete" \ -H "key: YOUR_API_KEY"
api.cloudrf.com · HTTPS only