-
Notifications
You must be signed in to change notification settings - Fork 0
Home
HyperGaming99 edited this page Jul 13, 2026
·
1 revision
Willkommen in der eigenständigen API-Dokumentation von 0x79.
Basis-URL:
https://0x79.one
| Bereich | Endpunkt | Authentifizierung |
|---|---|---|
| Shortlinks | GET/POST /api |
GET öffentlich, POST API-Key |
| Dateien | POST /api/file |
API-Key |
| Pastes | POST /api/paste |
API-Key |
| Music Pages | POST /api/music |
API-Key |
| Discord Presence | GET /api/discord |
Öffentlich |
| Discord Live | WSS /discord/socket |
Öffentlich, serverseitig begrenzt |
| Minecraft | GET /api/minecraft |
Öffentlich |
| Screenshots | GET/POST /api/screenshot |
Admin-Key |
- Unter 0x79.one/register einen Account erstellen.
- Unter 0x79.one/account einen API-Key generieren.
- Den Key als
X-API-Keyoder Bearer-Token senden.
curl -X POST https://0x79.one/api \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"long_url":"https://example.com"}'Die interaktive Web-Dokumentation bleibt zusätzlich unter 0x79.one/api/docs verfügbar.