Random Color API Endpoint - Free Public API

Endpoint URL:
https://aisenseapi.com/services/v1/random_color

Description:
This endpoint returns a single random color, with no parameters required. Each time you send a GET request, you will receive a new randomly generated color.

Response Format:

  • Content-Type: application/json

Example Success Response: json
“random_color”: “#a1b2c3” }

The value for "random_color" will be different each time you call the endpoint.

Input Requirements:

  • There are no parameters for this endpoint.

Examples:

  1. Generate a random color
    Request:
    GET https://aisenseapi.com/services/v1/random_color

    Response (JSON): json

    "random_color": "#f1e2d3" }

Use Cases:

  • Generating random colors for UI themes, design prototypes, or creative applications
  • Providing random color values for testing and data sampling
  • Any system that requires unpredictable color inputs

How to Use:

  1. Send a GET request to the endpoint.
  2. The response will include a single, randomly generated color in the JSON payload.
 
Scroll to Top