Skip to main content

API Signature Guide

Overview

The API Signature Guide provides comprehensive documentation for authenticating and calling Bitdeer AI Cloud services through API requests. All API requests require signature authentication to ensure security and prevent unauthorized access. This guide covers the complete process of generating signatures, making authenticated requests, and integrating with cloud services.

Key Features

  • Signature Authentication: Secure HMAC-SHA256 based signature method for API request authentication
  • Simple Integration: Easy-to-follow signature algorithm and parameter configuration
  • Comprehensive Documentation: Detailed examples and step-by-step instructions for implementation
  • Security: Time-based nonce validation to prevent replay attacks

Quick Start

To get started with API signature authentication:

  1. Obtain your access_key and secret_key from the Bitdeer AI Cloud console
  2. Learn the signature algorithm and parameter requirements
  3. Implement signature generation in your application
  4. Make authenticated API requests with proper signature parameters

Use Cases

API signature authentication is essential for:

  • Programmatic access to cloud resources and services
  • Integration with third-party applications and tools
  • Automated management and operations
  • Secure API-based workflows and automation