apis

Utility Server Logo


Navigation: 🏠 Home πŸ“– API Reference βš–οΈ Legal Docs 🌐 Website

API Documentation

Utility Server API Documentation

Provided by: DNS Stack Private Limited
CIN: U62099UP2025PTC223463
Product: Utility Server (SPIDER, RHINO, MARLIN)
Website: https://www.dnsstack.com


Overview

This folder contains comprehensive API documentation for Utility Server’s services.


Available Documentation

API Documentation

Complete API reference for the TTS Utility Server, including:

πŸ“₯ Developer Tools

API Endpoints Overview


Base URLs

Production:

https://prod.services.utility-server.com/{identifire}

Development:

http://btv.localhost:3000/{identifire}

Spider Module:

https://spider.services.utility-server.com

Getting Started

Prerequisites

  1. Client Identifier (identifire): Your unique client ID
  2. Access Key: API access key for authentication
  3. Secret Key (optional): Additional security key
  4. API Client: curl, Postman, or HTTP library

Quick Example

curl -X POST "https://prod.services.utility-server.com/www.example.com/customers/member_login" \
  -H "Content-Type: application/json" \
  -H "User-Agent: TTS-Utility-Client/V4.21.04" \
  -H "x-tts-cc-access-key: YOUR_ACCESS_KEY" \
  -d '{
    "email_id": "[email protected]",
    "password": "your_password",
    "identifire": "www.example.com",
    "client_ver": "V4.21.04",
    "ip_address": "192.168.1.1",
    "mac_address": "-",
    "checksum": "generated_checksum_value",
    "secret": "YOUR_SECRET_KEY"
  }'

Documentation Features

βœ… Complete Endpoint Reference

βœ… Authentication Guide

βœ… Code Examples

βœ… Error Handling

βœ… Best Practices


API Support

Technical Support

Email: [email protected]
Documentation: https://github.com/utility-server/utility-client/wiki

Report Issues

Email: [email protected]
GitHub: https://github.com/utility-server

API Status

Status Page: https://status.utility-server.com


SPIDER - Prerendering Service

URL: https://spider.services.utility-server.com
Docs: https://github.com/utility-server/SPIDER/wiki

RHINO - Edge Caching Service

URL: https://rhino.utility-server.com
Features: HTML caching, edge delivery

MARLIN - Image Optimization

URL: https://marlin.utility-server.com
Features: Real-time optimization, format conversion


Version Information

Current API Version: 4.21.04
Last Updated: November 6, 2025
Breaking Changes: See CHANGELOG if available


API usage is subject to:

For legal inquiries: [email protected]


Β© 2024-2025 DNS Stack Private Limited. All rights reserved. Utility Server is a product of DNS Stack Private Limited.