
Améthyste is a public API providing generate images for discord users.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://api.amethyste.moe/ | Primary API endpoint. |
curl -X GET "https://api.amethyste.moe/" \ -H "Accept: application/json"