
AmberOne is a public API providing turn any website into a build-ready android, ios, pwa or electron app project.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://scubamike124.github.io/amberone-api/ | Primary API endpoint. |
curl -X GET "https://scubamike124.github.io/amberone-api/" \ -H "Accept: application/json"