API Reference

Discover detailed API documentation for ελβΙΑ.λσ's core services and endpoints.

🚀 View API Endpoints

API Endpoints Overview

Our REST API provides programmatic access to ελβΙΑ.λσ's infrastructure services. All endpoints use standard HTTP methods and JSON payloads.

🔐

Authentication

All API requests must include a Bearer token in the Authorization header.


Authorization: Bearer YOUR_API_KEY

                

Core Endpoints

GET /api/v2/projects

Retrieve a list of projects for the current user.

Produces application/json
POST /api/v2/resources

Create a new resource instance with specified configuration.

Consumes application/json
PATCH /api/v2/config/{id}

Modify specific configuration parameters for a resource.

DELETE /api/v2/instances/{id}

Permanently delete a specified resource instance.

🔁

Rate Limiting

Standard Tier

  • • 1000 requests/minute
  • • 2000 burst limit

Enterprise Tier

  • • 10,000 requests/minute
  • • 50,000 burst limit

Header

X-RateLimit-Limit

API Versioning

We follow semantic versioning patterns to manage API changes:

Major Version (v2)

Breaking changes

Minor Version (v2.0.1)

New features added

Patch Version (v2.1.1)

Backwards compatible fixes

Deprecation

30-day notice for removal