UnifiedHytale Docs

API Reference

Programmatically manage your Hytale projects, upload new versions, and integrate UnifiedHytale into your development workflow.

Programmatically manage your Hytale projects, upload new versions, and integrate UnifiedHytale into your development workflow.

Authentication

API Tokens

All API requests require authentication using an API token. You can create and manage API tokens from your dashboard.

Authorization: Bearer YOUR_API_TOKEN

Security Best Practices

  • Never commit API tokens to version control
  • Store tokens securely in environment variables
  • Rotate tokens regularly and revoke unused ones
  • Use different tokens for different environments (dev, prod)

Base URL

https://www.unifiedhytale.com/api/v1

Rate Limits

API requests are currently unlimited, but fair use is expected. We reserve the right to rate limit excessive usage.

Error Codes

CodeDescription
400Bad Request - Invalid parameters
401Unauthorized - Invalid or missing API token
403Forbidden - You don't own this resource
404Not Found - Resource doesn't exist
500Internal Server Error - Something went wrong on our end

Available Endpoints

Support

Need help? Join our Discord community or contact support.

On this page