API Documentation

Integrate QuickAI Actions tools into your applications with our Premium API.

Premium Feature

Overview

The QuickAI Actions API allows you to programmatically access our tools and integrate them into your applications, workflows, and services.

RESTful API

Standard HTTP methods

Fast & Reliable

Low latency responses

Secure

API key authentication

Authentication

All API requests require authentication using an API key. Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

Getting Started: API access is available for Premium subscribers. Upgrade to Premium to get your API key.

Base URL

https://api.quickaia.com/v1

All API endpoints are prefixed with this base URL.

Available Endpoints

Color Palette Generator

POST/color-palette/extract

Extract color palette from an image URL

{
  "image_url": "https://example.com/image.jpg",
  "color_count": 5
}

JSON Formatter

POST/json/format

Format JSON with custom indentation

{
  "json": "{\"key\":\"value\"}",
  "indent": 2
}

Regex Builder

POST/regex/test

Test regex pattern against text

{
  "pattern": "\\d+",
  "text": "Hello 123 World"
}

Note: More endpoints are available. Full API documentation will be provided after Premium upgrade.

Rate Limits

API rate limits vary by plan:

  • Premium: 10,000 requests per day
  • Enterprise: Custom limits available

Rate limit headers are included in all API responses.

Error Handling

The API uses standard HTTP status codes:

  • 200: Success
  • 400: Bad Request
  • 401: Unauthorized
  • 429: Rate Limit Exceeded
  • 500: Server Error
{
  "error": {
    "code": "INVALID_REQUEST",
    "message": "Invalid image URL provided"
  }
}

SDKs & Libraries

Official SDKs are available for popular languages:

  • JavaScript/TypeScript
  • Python
  • Node.js

SDK documentation and examples will be available after Premium upgrade.

Ready to Get Started?

Upgrade to Premium to get API access and start integrating QuickAI Actions into your applications.