Scalable APIs for easy integrations

A platform for Build, integrate, and scale faster with reliable APIs designed for moderns developers

example.js
Node.js
import AlyaApi from "@alyachan/api";

const api = AlyaApi(
  "https://api.alyachan.dev",
  process.env.ALYA_API_KEY // put your valid key
);

api.post("/api/ai/txt2img", {
  prompt: "A high-quality portrait...",
  negative_prompt: "low quality, blurry, distorted...",
  model: "Surreal Portrait Generator",
  ratio: "1:1",
  upscale: false
})
.then(({ data }) => console.log(data))
.catch(console.error);
{
  "status": true,
  "data": {
    "images": [
      {
        "url": "https://cdn.alyachan.site/f/this.jpg"
      }
    ],
    "meta": {
       "latency": 1240,
       "credits_used": 1
    }
  }
}
Integrates with:

API Capabilities

A collection of modular endpoints to accelerate your application development. Industry-standard documentation with consistent JSON responses.

Social Data Extraction

Extract metadata and raw media from social platforms. Supports URL parsing and automatic watermark removal.

/api/downloader/*JSON Response

Searching

Search data based on keywords, filters, and specific parameters. Full-text search support with relevant results.

/api/searching/*JSON Response

Generative AI Models

Access generative AI models through simple API calls. Pay per request, no GPU management required.

/api/ai/*JSON Response

Vision & OCR API

Image analysis, text recognition (OCR), and object detection. Ideal for automated content moderation.

/api/ai/visionDetect

Developer Tools

Utilities to facilitate data processing, format conversion, and other supporting functions.

/api/tools/*

Canvas Maker

Edit and manage visual canvases dynamically. Support for various templates and element customization.

/api/canvas/*JSON Response
System Architecture

Standardized
RESTful Protocol.

Designed for maximum interoperability. Use our endpoints in any programming language that supports HTTP requests.

JSON
Data Format
HTTPS
Secure Transport

Authentication & Security

  • MethodBearer Token
  • Rate LimitHeader-based
  • EncryptionTLS 1.3
Example Request
curl -X POST https://api.alyachan.dev/api/ai/openai \
  -H "Authorization: Bearer sk_prod_..."

Simple Integration.

Use any standard HTTP client. Simply include the API Key in the authorization header.

  • Standard HTTP Methods
  • Predictable JSON Schema
const headers = {
   'Authorization': 'Bearer sk_prod_...',
   'Content-Type': 'application/json'
};

await axios.post(url, data, { headers });

Trusted by Developers.

Used by thousands of developers to handle mission-critical requests every day.

"API Response time is very consistent under 100ms. It really helps our application performance."

Thomas S.
Backend Lead

"The Gateway feature is stable. Webhooks are always delivered on time without needing to set up our own server."

Amanda D.
Software Engineer

"The API documentation is very clear and structured. Integrating data extraction features becomes very easy."

Riza Z.
Fullstack Dev
Security

Enterprise Grade Security.

Data security is a priority. We implement industry-standard encryption and strict access controls.

TLS Encryption

All API traffic is encrypted in transit for maximum security.

API Key Scoping

Every request is validated using a unique API Key linked to your account.

DDoS Protection

Infrastructure is protected by automated DDoS mitigation to ensure high uptime.

Start your transformation.

Build next-generation applications with reliable API infrastructure. Start for free, scale as needed.