In-depth documentation and tutorials to help you master our WebAssembly-powered APIs.
🚀 Getting StartedStart by registering at account.elibbetos.com to obtain your API credentials.
Download and install the Elíbbetos CLI for command-line access to our platform.
# For macOS using Homebrew brew install elibbetos/tap/elibbetos # Verify installation elibbetos --version
Learn how to authenticate, make requests, and handle responses using our WebAssembly backend.
Discover how our sandboxed WebAssembly environment ensures secure execution of your workloads.
Optimize your WebAssembly execution for maximum performance with our expert guidance.
curl -X GET https://api.elibbetos.com/v1/status \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Replace YOUR_API_KEY
with your actual token. This will return a 200 OK response confirming API access.
{ "resources": [...], "total_pages": 5, "current_page": 2 }
All paginated responses include: