API DOCUMENTATION

Comprehensive documentation for all available APIs. Each endpoint includes detailed examples, parameter descriptions, and response formats to help you integrate seamlessly.

QUICK NAVIGATION

Random Numbers API

Generate random numbers with customizable range and count parameters.

  • • GET /api/random - Query parameters
  • • POST /api/random - JSON body
  • • Rate limited: 10 requests/hour
VIEW DOCS

Random Letters API

Generate random letters, numbers, and symbols with flexible options.

  • • GET /api/letters - Query parameters
  • • POST /api/letters - JSON body
  • • Rate limited: 10 requests/hour
VIEW DOCS

Base64 to Image API

Convert base64 data to temporary image URLs that expire in 1 hour.

  • • POST /api/base64-to-image - Convert base64 to image URL
  • • Rate limited: 10 requests/hour
VIEW DOCS

AVAILABLE APIS

Random Numbers

GETPOST

Generate random numbers with customizable range and count. Perfect for applications that need random data generation, testing, or random selection functionality.

Base URL: /api/random
View Documentation →

Random Letters

GETPOST

Generate random letters, numbers, and symbols with customizable options. Ideal for password generation, testing, and random string creation.

Base URL: /api/letters
View Documentation →

Base64 to Image

POST

Convert base64 encoded image data to temporary URLs that automatically expire after 1 hour. Perfect for temporary image sharing, testing, and development workflows.

Base URL: /api/base64-to-image
View Documentation →

NEED HELP WITH INTEGRATION?

Each API includes comprehensive examples and error handling guides. If you need additional support, check the individual API documentation pages.