# Cloud-RF API **Provider:** Cloud-RF **Category:** maps **Base URL:** `https://api.cloudrf.com` **Auth:** api-key — `key: YOUR_API_KEY` **Rate Limit:** 10 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.cloudrf.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.cloudrf.com/archive/delete` | Delete a calculation from the database. | | GET | `https://api.cloudrf.com/archive/delete/network` | Delete an entire network | | GET | `https://api.cloudrf.com/archive/export` | Export a calculation in a GIS file format | | GET | `https://api.cloudrf.com/archive/list` | List calculations from your archive | | POST | `https://api.cloudrf.com/area` | Create a point-to-multipoint heatmap | | POST | `https://api.cloudrf.com/clutter/add` | Upload clutter data as GeoJSON | | GET | `https://api.cloudrf.com/interference` | Find the best server for overlapping coverage | | GET | `https://api.cloudrf.com/mesh` | Merge sites into a super layer. | ## Authentication API key in the request header (key) ``` key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.cloudrf.com/archive/delete' \ -H 'key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10 req/day (coverage prediction). Paid from £20/mo for RF planning. --- *Source: [API Map](https://apimap.dev/apis/cloud-rf/) — CC BY 4.0*