API Reference
Last updated
Last updated
This guide will help you get set up with the Nebula Block APIs.
API keys are automatically generated for each user upon account creation. You can view, renew, or revoke your API key in the Nebula Block user dashboard:
View/Renew API Key: Log in to your to view or renew your API key. If you renew your key, the old one will be invalidated.
Security Note: Keep your API key secure. If you suspect it has been compromised, renew it immediately.
To access GPU instances securely, you need to add your SSH public key:
Add SSH Key: Log in to your and navigate to the SSH Keys section to add or manage your SSH public keys.
API Management: You can also use the endpoint to register your SSH public key with your account, or and for management.
Nebula Block provides two main APIs:
For managing GPU instances, object storage, billing, and account resources.
BASE URL: https://api.nebulablock.com
BASE PATH: /api/v1
API_URL: https://api.nebulablock.com/api/v1
For running inference (text, vision, image, embeddings) using serverless endpoints.
BASE URL: https://inference.nebulablock.com/v1
OpenAI compatible: Use OpenAI SDKs and tools.
[!NOTE] This section provides detailed reference for all API endpoints, including authentication, usage, and request/response formats.