εΛβΒΑΑΑ.λs

API Endpoints

GET /api/data

Retrieves structured data resources with query parameters.

curl -X GET "https://εΛβΒΑΑΑ.λs/api/data?format=json"

POST /api/submit

Submits data payloads for processing and storage (JSON only).

curl -X POST "https://εΛβΒΑΑΑ.λs/api/submit" -d '{"key":"value"}'

Authentication

Bearer Token

Add your unique token to the Authorization header:

Authorization: Bearer <your_token>

Error Responses

All errors follow the JSON format below with HTTP status codes:

{ "error": "NOT_FOUND", "message": "Resource not found", "code": 404 }