How to Obtain API Credentials

  1. Register an Account
    Visit https://cloud.ullrai.com/ to create a new account. 📝

    Account registration
  2. Generate API Key
    Navigate to your dashboard and click "Create API Key". 🔑

    API Key generation
  3. Use OAuth Token
    For secure access, enable OAuth 2.0 and retrieve your token. 🌐

    OAuth Token

Best Practices for API Credentials

Related Resources

Click to see example credentials structure ```json { "api_key": "your_api_key_here", "oauth_token": "your_oauth_token_here", "expires_in": 3600 } ```