C

Cloud-RF API

by Cloud-RF Free tier

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

mapscloudrf

Quick Reference

Base URL 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
Pricing
28
Latency
60
Depth
65

Authentication

API key in the request header (key)

key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 10 req/day (coverage prediction). Paid from £20/mo for RF planning.

Key Endpoints

MethodPathDescription
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.

Sample Request

curl -X GET 'https://api.cloudrf.com/archive/delete' \
  -H 'key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Cloud-RF documentation.