CloudBlast API
The CloudBlast API lets you manage your cloud infrastructure programmatically. Create servers, manage IP addresses, configure firewalls, and more — all through a simple REST interface.Base URL
Key Concepts
Template Slugs
Templates are identified by slugs (e.g.,
ubuntu-24.04) instead of UUIDs. Slugs work across all nodes in a location — you don’t need to know which node your server will land on.Automatic Node Selection
When creating a server, the API automatically selects the best node based on available resources, template availability, and IP availability.
Server Identification
Servers can be identified by their full UUID (36 chars) or short UUID (8 chars) in all API endpoints.
Consistent Responses
All responses use
{"data": ...} for success and {"error": {"code": "...", "message": "..."}} for errors.Quick Start
- Get your API key from Account Settings
- Pick a location and template:
- Create a server: