Use this JSON API to build and test radio links for any radio, anywhere. Authenticate with your API2.0 key in the request header as key
https://api.cloudrf.com
Auth type
API Key Header
Auth header
key: YOUR_API_KEY
Rate limit
10 req/day (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.cloudrf.com
Endpoint status
Live — HTTP 200 — endpoint is accessible1.73s
(checked Mar 29, 2026)
Builder score
C
52%
builder-friendly
API key in the request header (key)
key: YOUR_API_KEY
Free: 10 req/day (coverage prediction). Paid from £20/mo for RF planning.
| Method | Path | Description |
|---|---|---|
| GET | /archive/delete |
Delete a calculation from the database. |
| GET | /archive/delete/network |
Delete an entire network |
| GET | /archive/export |
Export a calculation in a GIS file format |
| GET | /archive/list |
List calculations from your archive |
| POST | /area |
Create a point-to-multipoint heatmap |
| POST | /clutter/add |
Upload clutter data as GeoJSON |
| GET | /interference |
Find the best server for overlapping coverage |
| GET | /mesh |
Merge sites into a super layer. |
curl -X GET 'https://api.cloudrf.com/archive/delete' \ -H 'key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Cloud-RF documentation.