Public API

Documentation for MixBlob’s color and palette endpoints.

Use the public API to convert colors, extract palettes, generate gradients, and bring MixBlob’s color workflow into your own products.

Meta

Check API health and server time.

Request

curl -X GET https://api.mixipaint.com/v1/meta -H "x-api-key: YOUR_API_KEY"

Response

{
  "status": "ok",
  "ts": 1712345678
}